Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jetty-7.0.0.RC3
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.codehaus.org/jetty/jetty/trunk@5411 c7fae8f8-2506-0410-b6b2-ad6cf81c2737
  • Loading branch information
gregw committed Aug 11, 2009
1 parent bad2a3a commit 15cc680
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion example-async-rest-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-integration-project</artifactId>
<version>7.0.0.RC3-SNAPSHOT</version>
<version>7.0.0.RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mortbay.jetty</groupId>
Expand Down
2 changes: 1 addition & 1 deletion example-jetty-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-integration-project</artifactId>
<version>7.0.0.RC3-SNAPSHOT</version>
<version>7.0.0.RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>example-jetty-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jetty-ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-integration-project</artifactId>
<version>7.0.0.RC3-SNAPSHOT</version>
<version>7.0.0.RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mortbay.jetty</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jetty-blazeds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-integration-project</artifactId>
<version>7.0.0.RC3-SNAPSHOT</version>
<version>7.0.0.RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mortbay.jetty</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jetty-hightide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-integration-project</artifactId>
<version>7.0.0.RC3-SNAPSHOT</version>
<version>7.0.0.RC3</version>
</parent>
<artifactId>jetty-hightide</artifactId>
<name>Jetty :: Hightide Distribution</name>
Expand Down
2 changes: 1 addition & 1 deletion jetty-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-integration-project</artifactId>
<version>7.0.0.RC3-SNAPSHOT</version>
<version>7.0.0.RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jetty-jboss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-integration-project</artifactId>
<version>7.0.0.RC3-SNAPSHOT</version>
<version>7.0.0.RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jboss-jetty</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jetty-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-integration-project</artifactId>
<version>7.0.0.RC3-SNAPSHOT</version>
<version>7.0.0.RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mortbay.jetty</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jetty-pkcs12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-integration-project</artifactId>
<version>7.0.0.RC3-SNAPSHOT</version>
<version>7.0.0.RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mortbay.jetty</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jetty-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-integration-project</artifactId>
<version>7.0.0.RC3-SNAPSHOT</version>
<version>7.0.0.RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mortbay.jetty</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-integration-project</artifactId>
<version>7.0.0.RC3-SNAPSHOT</version>
<version>7.0.0.RC3</version>
<name>Jetty :: Codehaus Integration Project</name>
<packaging>pom</packaging>

<properties>
<jetty-version>7.0.0.RC3</jetty-version>
</properties>
<scm>
<connection>scm:svn:https://svn.codehaus.org/jetty/jetty/trunk</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/jetty/jetty/trunk</developerConnection>
<url>scm:svn:https://svn.codehaus.org/jetty/jetty/trunk</url>
<connection>scm:svn:https://svn.codehaus.org/jetty/jetty/tags/jetty-7.0.0.RC3</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/jetty/jetty/tags/jetty-7.0.0.RC3</developerConnection>
<url>scm:svn:https://svn.codehaus.org/jetty/jetty/tags/jetty-7.0.0.RC3</url>
</scm>

<build>
Expand Down
2 changes: 1 addition & 1 deletion repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-integration-project</artifactId>
<version>7.0.0.RC3-SNAPSHOT</version>
<version>7.0.0.RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>repository</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-annotation-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-integration-project</artifactId>
<version>7.0.0.RC3-SNAPSHOT</version>
<version>7.0.0.RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mortbay.jetty</groupId>
Expand Down
2 changes: 1 addition & 1 deletion test-jaas-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-integration-project</artifactId>
<version>7.0.0.RC3-SNAPSHOT</version>
<version>7.0.0.RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mortbay.jetty</groupId>
Expand Down
2 changes: 1 addition & 1 deletion test-jetty-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-integration-project</artifactId>
<version>7.0.0.RC3-SNAPSHOT</version>
<version>7.0.0.RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mortbay.jetty</groupId>
Expand Down
2 changes: 1 addition & 1 deletion test-jndi-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-integration-project</artifactId>
<version>7.0.0.RC3-SNAPSHOT</version>
<version>7.0.0.RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mortbay.jetty</groupId>
Expand Down

0 comments on commit 15cc680

Please sign in to comment.