Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
frascati
frascati
Commits
05a38a43
Commit
05a38a43
authored
Jun 03, 2011
by
Christophe Demarey
Browse files
[maven-release-plugin] prepare for next development iteration
parent
5fca65d2
Changes
149
Show whitespace changes
Inline
Side-by-side
examples/availability-intent/pom.xml
View file @
05a38a43
...
...
@@ -36,7 +36,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/bpel-parent/pom.xml
View file @
05a38a43
...
...
@@ -30,7 +30,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/calculator/client/pom.xml
View file @
05a38a43
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
calculator-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/calculator/pom.xml
View file @
05a38a43
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
ws-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
<relativePath>
../ws-parent/pom.xml
</relativePath>
</parent>
...
...
examples/calculator/server/pom.xml
View file @
05a38a43
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
calculator-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/callback/pom.xml
View file @
05a38a43
...
...
@@ -31,7 +31,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/chat/client/pom.xml
View file @
05a38a43
...
...
@@ -31,7 +31,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
chat-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/chat/pom.xml
View file @
05a38a43
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<dependencies>
...
...
examples/chat/server/pom.xml
View file @
05a38a43
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
chat-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/comanche/pom.xml
View file @
05a38a43
...
...
@@ -32,7 +32,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/counter-rest/client/pom.xml
View file @
05a38a43
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
counter-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/counter-rest/contribution/pom.xml
View file @
05a38a43
...
...
@@ -33,13 +33,13 @@
<packaging>
pom
</packaging>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
<name>
OW2 FraSCAti Examples: RESTful Counter Contribution package
</name>
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
counter-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/counter-rest/pom.xml
View file @
05a38a43
...
...
@@ -37,7 +37,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/counter-rest/server-explorer-war/pom.xml
View file @
05a38a43
...
...
@@ -32,7 +32,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
counter-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<name>
OW2 FraSCAti Examples: RESTful Counter Web Application with FraSCAti Explorer
</name>
...
...
examples/counter-rest/server-war/pom.xml
View file @
05a38a43
...
...
@@ -32,7 +32,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
counter-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<name>
OW2 FraSCAti Examples: RESTful Counter Web Application
</name>
...
...
examples/counter-rest/server/pom.xml
View file @
05a38a43
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
counter-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/crisis/pom.xml
View file @
05a38a43
...
...
@@ -30,7 +30,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
bpel-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
<relativePath>
../bpel-parent/pom.xml
</relativePath>
</parent>
...
...
examples/echo-bpel/pom.xml
View file @
05a38a43
...
...
@@ -30,7 +30,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
bpel-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
<relativePath>
../bpel-parent/pom.xml
</relativePath>
</parent>
...
...
examples/examples-native/helloworld-binding-jna/pom.xml
View file @
05a38a43
...
...
@@ -35,7 +35,7 @@
<parent>
<groupId>
org.ow2.frascati.examples.native
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<artifactId>
helloworld-binding-jna
</artifactId>
...
...
examples/examples-native/helloworld-binding-native/pom.xml
View file @
05a38a43
...
...
@@ -35,7 +35,7 @@
<parent>
<groupId>
org.ow2.frascati.examples.native
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<artifactId>
helloworld-native
</artifactId>
...
...
Prev
1
2
3
4
5
…
8
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment