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
Hide whitespace changes
Inline
Side-by-side
examples/ohloh-proxy/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/ohloh-proxy/standalone/pom.xml
View file @
05a38a43
...
...
@@ -30,7 +30,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
ohloh-proxy-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/ohloh-proxy/war/pom.xml
View file @
05a38a43
...
...
@@ -28,7 +28,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
ohloh-proxy-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/ohloh-proxy/web/pom.xml
View file @
05a38a43
...
...
@@ -30,7 +30,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
ohloh-proxy-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/pom.xml
View file @
05a38a43
...
...
@@ -35,7 +35,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<packaging>
pom
</packaging>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
<name>
OW2 FraSCAti Examples
</name>
...
...
@@ -69,9 +69,9 @@
</distributionManagement>
<scm>
<connection>
scm:svn:svn://svn.forge.objectweb.org/svnroot/frascati/t
ags/frascati/frascati-1.4
/examples
</connection>
<developerConnection>
scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/frascati/t
ags/frascati/frascati-1.4
/examples
</developerConnection>
<url>
http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/frascati/t
ags/frascati/frascati-1.4
/examples
</url>
<connection>
scm:svn:svn://svn.forge.objectweb.org/svnroot/frascati/t
runk
/examples
</connection>
<developerConnection>
scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/frascati/t
runk
/examples
</developerConnection>
<url>
http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/frascati/t
runk
/examples
</url>
</scm>
<!-- ===== -->
...
...
examples/reconfig/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/sales-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/twitter-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/verify-mail/pom.xml
View file @
05a38a43
...
...
@@ -30,7 +30,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/ws-parent/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>
<build>
...
...
frascati/intents/authentication/pom.xml
View file @
05a38a43
...
...
@@ -23,7 +23,7 @@
* Author: Rémi Mélisson
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.ow2.frascati.intent
</groupId>
...
...
@@ -35,7 +35,7 @@
<parent>
<groupId>
org.ow2.frascati.intent
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
</project>
frascati/intents/bench/pom.xml
View file @
05a38a43
...
...
@@ -36,7 +36,7 @@
<parent>
<groupId>
org.ow2.frascati.intent
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<dependencies>
...
...
frascati/intents/debug/pom.xml
View file @
05a38a43
...
...
@@ -36,7 +36,7 @@
<parent>
<groupId>
org.ow2.frascati.intent
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<dependencies>
...
...
frascati/intents/pom.xml
View file @
05a38a43
...
...
@@ -30,7 +30,7 @@
<parent>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<modules>
...
...
frascati/intents/uml-sequence-diagram/pom.xml
View file @
05a38a43
...
...
@@ -31,7 +31,7 @@
<parent>
<groupId>
org.ow2.frascati.intent
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.intent
</groupId>
...
...
frascati/maven-plugins/frascati-assembly-descriptor/pom.xml
View file @
05a38a43
...
...
@@ -27,7 +27,7 @@
<parent>
<groupId>
org.ow2.frascati.mojo
</groupId>
<artifactId>
maven-plugins-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.mojo
</groupId>
...
...
frascati/maven-plugins/frascati-compiler/pom.xml
View file @
05a38a43
...
...
@@ -29,7 +29,7 @@
<parent>
<groupId>
org.ow2.frascati.mojo
</groupId>
<artifactId>
maven-plugins-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.mojo
</groupId>
...
...
frascati/maven-plugins/frascati-contribution/pom.xml
View file @
05a38a43
...
...
@@ -29,7 +29,7 @@
<parent>
<groupId>
org.ow2.frascati.mojo
</groupId>
<artifactId>
maven-plugins-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.mojo
</groupId>
...
...
frascati/maven-plugins/frascati-launcher/pom.xml
View file @
05a38a43
...
...
@@ -29,7 +29,7 @@
<parent>
<groupId>
org.ow2.frascati.mojo
</groupId>
<artifactId>
maven-plugins-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.mojo
</groupId>
...
...
frascati/maven-plugins/pom.xml
View file @
05a38a43
...
...
@@ -35,7 +35,7 @@
<parent>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-parent
</artifactId>
<version>
1.
4
</version>
<version>
1.
5-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.mojo
</groupId>
...
...
Prev
1
2
3
4
5
6
7
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