Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
frascati
frascati
Commits
2c0d6a3e
Commit
2c0d6a3e
authored
Jan 19, 2010
by
Christophe Demarey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[maven-release-plugin] prepare for next development iteration
parent
6d2253c6
Changes
50
Hide whitespace changes
Inline
Side-by-side
Showing
50 changed files
with
96 additions
and
96 deletions
+96
-96
assembly-factory/core-factory/pom.xml
assembly-factory/core-factory/pom.xml
+1
-1
assembly-factory/frascati-model/pom.xml
assembly-factory/frascati-model/pom.xml
+2
-2
assembly-factory/generate-factory/pom.xml
assembly-factory/generate-factory/pom.xml
+1
-1
assembly-factory/maven-plugin/contribution/pom.xml
assembly-factory/maven-plugin/contribution/pom.xml
+2
-2
assembly-factory/maven-plugin/frascati-factory/pom.xml
assembly-factory/maven-plugin/frascati-factory/pom.xml
+2
-2
assembly-factory/maven-plugin/pom.xml
assembly-factory/maven-plugin/pom.xml
+1
-1
assembly-factory/parser/pom.xml
assembly-factory/parser/pom.xml
+2
-2
assembly-factory/pom.xml
assembly-factory/pom.xml
+2
-2
assembly-factory/runtime-factory/pom.xml
assembly-factory/runtime-factory/pom.xml
+1
-1
assembly-factory/tools/pom.xml
assembly-factory/tools/pom.xml
+2
-2
examples/calculator/client/pom.xml
examples/calculator/client/pom.xml
+2
-2
examples/calculator/pom.xml
examples/calculator/pom.xml
+2
-2
examples/calculator/server/pom.xml
examples/calculator/server/pom.xml
+2
-2
examples/chat/client/pom.xml
examples/chat/client/pom.xml
+1
-1
examples/chat/pom.xml
examples/chat/pom.xml
+2
-2
examples/chat/server/pom.xml
examples/chat/server/pom.xml
+1
-1
examples/counter-rest/client/pom.xml
examples/counter-rest/client/pom.xml
+2
-2
examples/counter-rest/pom.xml
examples/counter-rest/pom.xml
+2
-2
examples/counter-rest/server-explorer-war/pom.xml
examples/counter-rest/server-explorer-war/pom.xml
+2
-2
examples/counter-rest/server-war/pom.xml
examples/counter-rest/server-war/pom.xml
+2
-2
examples/counter-rest/server/pom.xml
examples/counter-rest/server/pom.xml
+2
-2
examples/dictionary/pom.xml
examples/dictionary/pom.xml
+2
-2
examples/frascati-test/pom.xml
examples/frascati-test/pom.xml
+2
-2
examples/helloworld-annotated/pom.xml
examples/helloworld-annotated/pom.xml
+2
-2
examples/helloworld-pojo/pom.xml
examples/helloworld-pojo/pom.xml
+2
-2
examples/helloworld-property/pom.xml
examples/helloworld-property/pom.xml
+2
-2
examples/helloworld-rmi/client/pom.xml
examples/helloworld-rmi/client/pom.xml
+2
-2
examples/helloworld-rmi/pom.xml
examples/helloworld-rmi/pom.xml
+2
-2
examples/helloworld-rmi/server/pom.xml
examples/helloworld-rmi/server/pom.xml
+2
-2
examples/helloworld-script/pom.xml
examples/helloworld-script/pom.xml
+2
-2
examples/helloworld-ws/client/pom.xml
examples/helloworld-ws/client/pom.xml
+2
-2
examples/helloworld-ws/pom.xml
examples/helloworld-ws/pom.xml
+2
-2
examples/helloworld-ws/server/pom.xml
examples/helloworld-ws/server/pom.xml
+2
-2
examples/isbn-test/pom.xml
examples/isbn-test/pom.xml
+2
-2
examples/pom.xml
examples/pom.xml
+2
-2
examples/reconfig/pom.xml
examples/reconfig/pom.xml
+2
-2
examples/twitter-rest/pom.xml
examples/twitter-rest/pom.xml
+2
-2
examples/twitter-weather/pom.xml
examples/twitter-weather/pom.xml
+2
-2
examples/verify-mail/pom.xml
examples/verify-mail/pom.xml
+2
-2
examples/weather/pom.xml
examples/weather/pom.xml
+2
-2
examples/ws-parent/pom.xml
examples/ws-parent/pom.xml
+2
-2
explorer/core/pom.xml
explorer/core/pom.xml
+2
-2
explorer/fscript-plugin/pom.xml
explorer/fscript-plugin/pom.xml
+2
-2
explorer/pom.xml
explorer/pom.xml
+2
-2
fscript/pom.xml
fscript/pom.xml
+2
-2
intents/bench/pom.xml
intents/bench/pom.xml
+2
-2
intents/debug/pom.xml
intents/debug/pom.xml
+2
-2
intents/pom.xml
intents/pom.xml
+2
-2
pom.xml
pom.xml
+4
-4
transaction-service/pom.xml
transaction-service/pom.xml
+2
-2
No files found.
assembly-factory/core-factory/pom.xml
View file @
2c0d6a3e
...
...
@@ -32,7 +32,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.ow2.frascati.factory
</groupId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.factory
</groupId>
...
...
assembly-factory/frascati-model/pom.xml
View file @
2c0d6a3e
...
...
@@ -26,12 +26,12 @@
<parent>
<groupId>
org.ow2.frascati.factory
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.model
</groupId>
<artifactId>
frascati-model
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<!-- ===================== -->
<!-- General Information -->
...
...
assembly-factory/generate-factory/pom.xml
View file @
2c0d6a3e
...
...
@@ -26,7 +26,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.ow2.frascati.factory
</groupId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.factory
</groupId>
...
...
assembly-factory/maven-plugin/contribution/pom.xml
View file @
2c0d6a3e
...
...
@@ -26,7 +26,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.ow2.frascati.factory
</groupId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.factory
</groupId>
<artifactId>
frascati-contribution-plugin
</artifactId>
...
...
@@ -37,7 +37,7 @@
Maven plugin module which allow to create contribution package for FraSCAti
</description>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<url>
http://frascati.ow2.org
</url>
...
...
assembly-factory/maven-plugin/frascati-factory/pom.xml
View file @
2c0d6a3e
...
...
@@ -26,7 +26,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.ow2.frascati.factory
</groupId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.factory
</groupId>
<artifactId>
frascati-factory-plugin
</artifactId>
...
...
@@ -37,7 +37,7 @@
Maven plugin module which allow to generate/compile SCA assembly for FraSCAti
</description>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<url>
http://frascati.ow2.org
</url>
...
...
assembly-factory/maven-plugin/pom.xml
View file @
2c0d6a3e
...
...
@@ -26,7 +26,7 @@
<parent>
<groupId>
org.ow2.frascati.factory
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.factory
</groupId>
...
...
assembly-factory/parser/pom.xml
View file @
2c0d6a3e
...
...
@@ -26,12 +26,12 @@
<parent>
<groupId>
org.ow2.frascati.factory
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.factory
</groupId>
<artifactId>
frascati-af-parser
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<!-- ===================== -->
<!-- General Information -->
...
...
assembly-factory/pom.xml
View file @
2c0d6a3e
...
...
@@ -31,14 +31,14 @@
<!-- ===================== -->
<name>
FraSCAti Assembly Factory: Parent Module
</name>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<url>
http://frascati.ow2.org
</url>
<inceptionYear>
2007
</inceptionYear>
<parent>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<!-- ========== -->
...
...
assembly-factory/runtime-factory/pom.xml
View file @
2c0d6a3e
...
...
@@ -24,7 +24,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.ow2.frascati.factory
</groupId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<name>
FraSCAti Assembly Factory: Runtime Factory Module
</name>
...
...
assembly-factory/tools/pom.xml
View file @
2c0d6a3e
...
...
@@ -31,13 +31,13 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.ow2.frascati.factory
</groupId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.factory
</groupId>
<artifactId>
frascati-factory-tools
</artifactId>
<name>
FraSCAti Assembly Factory: Tools Module
</name>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<url>
http://frascati.ow2.org
</url>
<packaging>
jar
</packaging>
...
...
examples/calculator/client/pom.xml
View file @
2c0d6a3e
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
calculator-client
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: Calculator Client
</name>
...
...
@@ -39,7 +39,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
calculator-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/calculator/pom.xml
View file @
2c0d6a3e
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
calculator-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
OW2 FraSCAti Examples: Calculator
</name>
...
...
@@ -39,7 +39,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
ws-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<modules>
...
...
examples/calculator/server/pom.xml
View file @
2c0d6a3e
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
calculator-server
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: Calculator Server
</name>
...
...
@@ -39,7 +39,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
calculator-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/chat/client/pom.xml
View file @
2c0d6a3e
...
...
@@ -24,7 +24,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
chat-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/chat/pom.xml
View file @
2c0d6a3e
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
chat-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
OW2 FraSCAti Examples: Chat application
</name>
...
...
@@ -39,7 +39,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<modules>
...
...
examples/chat/server/pom.xml
View file @
2c0d6a3e
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
chat-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/counter-rest/client/pom.xml
View file @
2c0d6a3e
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
counter-client
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: RESTful Counter Client
</name>
...
...
@@ -39,7 +39,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
counter-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/counter-rest/pom.xml
View file @
2c0d6a3e
...
...
@@ -30,7 +30,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
counter-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
OW2 FraSCAti Examples: RESTful Counter
</name>
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<build>
...
...
examples/counter-rest/server-explorer-war/pom.xml
View file @
2c0d6a3e
...
...
@@ -27,13 +27,13 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
counter-server-explorer-web-application
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
war
</packaging>
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
counter-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<name>
OW2 FraSCAti Examples: RESTful Counter Web Application with FraSCAti Explorer
</name>
...
...
examples/counter-rest/server-war/pom.xml
View file @
2c0d6a3e
...
...
@@ -27,13 +27,13 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
counter-server-web-application
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
war
</packaging>
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
counter-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<name>
OW2 FraSCAti Examples: RESTful Counter Web Application
</name>
...
...
examples/counter-rest/server/pom.xml
View file @
2c0d6a3e
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
counter-server
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: RESTful Counter Server
</name>
...
...
@@ -39,7 +39,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
counter-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/dictionary/pom.xml
View file @
2c0d6a3e
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
dictionary
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: Dictionary
</name>
...
...
@@ -39,7 +39,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
ws-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/frascati-test/pom.xml
View file @
2c0d6a3e
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.examples.test
</groupId>
<artifactId>
frascati-test
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: Testing module
</name>
...
...
@@ -41,7 +41,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<dependencies>
...
...
examples/helloworld-annotated/pom.xml
View file @
2c0d6a3e
...
...
@@ -29,7 +29,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-annotations
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: HelloWorld annotated
</name>
...
...
@@ -37,7 +37,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/helloworld-pojo/pom.xml
View file @
2c0d6a3e
...
...
@@ -29,7 +29,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-pojo
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: HelloWorld POJO
</name>
...
...
@@ -37,7 +37,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/helloworld-property/pom.xml
View file @
2c0d6a3e
...
...
@@ -29,7 +29,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-property
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: HelloWorld Property
</name>
...
...
@@ -39,7 +39,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.ow2.frascati.examples
</groupId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/helloworld-rmi/client/pom.xml
View file @
2c0d6a3e
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-rmi-client
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: HelloWorld RMI Client
</name>
...
...
@@ -39,7 +39,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-rmi-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/helloworld-rmi/pom.xml
View file @
2c0d6a3e
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-rmi-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
OW2 FraSCAti Examples: HelloWorld RMI
</name>
...
...
@@ -39,7 +39,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<modules>
...
...
examples/helloworld-rmi/server/pom.xml
View file @
2c0d6a3e
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-rmi-server
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: HelloWorld RMI Server
</name>
...
...
@@ -39,7 +39,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-rmi-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/helloworld-script/pom.xml
View file @
2c0d6a3e
...
...
@@ -29,7 +29,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-script
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: HelloWorld Script
</name>
...
...
@@ -37,7 +37,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/helloworld-ws/client/pom.xml
View file @
2c0d6a3e
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-ws-client
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: HelloWorld Web Service Client
</name>
...
...
@@ -39,7 +39,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-ws-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/helloworld-ws/pom.xml
View file @
2c0d6a3e
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-ws-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
OW2 FraSCAti Examples: HelloWorld Web Service
</name>
...
...
@@ -39,7 +39,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
ws-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<modules>
...
...
examples/helloworld-ws/server/pom.xml
View file @
2c0d6a3e
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-ws-server
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: HelloWorld Web Service Server
</name>
...
...
@@ -39,7 +39,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-ws-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/isbn-test/pom.xml
View file @
2c0d6a3e
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
isbntest
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: ISBN test
</name>
...
...
@@ -39,7 +39,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
ws-parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/pom.xml
View file @
2c0d6a3e
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
OW2 FraSCAti Examples
</name>
...
...
@@ -39,7 +39,7 @@
<parent>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/reconfig/pom.xml
View file @
2c0d6a3e
...
...
@@ -29,7 +29,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
reconfig
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: Fscript reconfiguration
</name>
...
...
@@ -37,7 +37,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/twitter-rest/pom.xml
View file @
2c0d6a3e
...
...
@@ -30,7 +30,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
twitter
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: Twitter
</name>
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
2
</version>
<version>
1.
3-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/twitter-weather/pom.xml
View file @
2c0d6a3e
...
...
@@ -30,7 +30,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>