Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Campbell committed Nov 5, 2012
1 parent 69af040 commit 11076a3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions jrugged-aspects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.fishwife</groupId>
<artifactId>jrugged</artifactId>
<version>3.0.5</version>
<version>3.0.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>org.fishwife</groupId>
<artifactId>jrugged-core</artifactId>
<version>3.0.5</version>
<version>3.0.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jrugged-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.fishwife</groupId>
<artifactId>jrugged</artifactId>
<version>3.0.5</version>
<version>3.0.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
10 changes: 5 additions & 5 deletions jrugged-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
<parent>
<groupId>org.fishwife</groupId>
<artifactId>jrugged</artifactId>
<version>3.0.5</version>
<version>3.0.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.fishwife</groupId>
<artifactId>jrugged-examples</artifactId>
<packaging>war</packaging>
<version>3.0.5</version>
<version>3.0.6-SNAPSHOT</version>
<name>jrugged-examples</name>
<url>http://code.google.com/p/jrugged</url>

Expand Down Expand Up @@ -134,19 +134,19 @@
<dependency>
<groupId>org.fishwife</groupId>
<artifactId>jrugged-core</artifactId>
<version>3.0.5</version>
<version>3.0.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.fishwife</groupId>
<artifactId>jrugged-aspects</artifactId>
<version>3.0.5</version>
<version>3.0.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.fishwife</groupId>
<artifactId>jrugged-spring</artifactId>
<version>3.0.5</version>
<version>3.0.6-SNAPSHOT</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down
6 changes: 3 additions & 3 deletions jrugged-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ limitations under the License.
<parent>
<groupId>org.fishwife</groupId>
<artifactId>jrugged</artifactId>
<version>3.0.5</version>
<version>3.0.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.fishwife</groupId>
<artifactId>jrugged-httpclient</artifactId>
<version>3.0.5</version>
<version>3.0.6-SNAPSHOT</version>
<name>jrugged-httpclient</name>
<description>Utilities for using JRugged and Apache HttpComponents HttpClient together</description>
<dependencies>
<dependency>
<groupId>org.fishwife</groupId>
<artifactId>jrugged-core</artifactId>
<version>3.0.5</version>
<version>3.0.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions jrugged-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.fishwife</groupId>
<artifactId>jrugged</artifactId>
<version>3.0.5</version>
<version>3.0.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -36,13 +36,13 @@
<dependency>
<groupId>org.fishwife</groupId>
<artifactId>jrugged-core</artifactId>
<version>3.0.5</version>
<version>3.0.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.fishwife</groupId>
<artifactId>jrugged-aspects</artifactId>
<version>3.0.5</version>
<version>3.0.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<groupId>org.fishwife</groupId>
<artifactId>jrugged</artifactId>
<packaging>pom</packaging>
<version>3.0.5</version>
<version>3.0.6-SNAPSHOT</version>
<name>jrugged</name>
<url>http://code.google.com/p/jrugged/</url>

<scm>
<connection>scm:svn:https://jrugged.googlecode.com/svn/tags/jrugged-3.0.5</connection>
<developerConnection>scm:svn:https://jrugged.googlecode.com/svn/tags/jrugged-3.0.5</developerConnection>
<url>https://jrugged.googlecode.com/svn/tags/jrugged-3.0.5</url>
<connection>scm:svn:https://jrugged.googlecode.com/svn/</connection>
<developerConnection>scm:svn:https://jrugged.googlecode.com/svn/</developerConnection>
<url>https://jrugged.googlecode.com/svn/tags/jrugged-3.0.3</url>
</scm>

<dependencies>
Expand Down

0 comments on commit 11076a3

Please sign in to comment.