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
norrs committed Nov 12, 2012
1 parent 87fe70a commit e465e9c
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>no.norrs.busbuddy</groupId>
<artifactId>platform</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</parent>

<name>BusBuddy :: API</name>
<artifactId>api</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
<packaging>jar</packaging>


Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>no.norrs.busbuddy</groupId>
<artifactId>public-api</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions busbuddy-html5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>no.norrs.busbuddy</groupId>
<artifactId>platform</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</parent>

<name>BusBuddy :: HTML5 Service</name>
<artifactId>busbuddy-html5</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
<packaging>war</packaging>


Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>no.norrs.busbuddy</groupId>
<artifactId>api</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</dependency>

<!-- Gson: Java to Json conversion -->
Expand Down
8 changes: 4 additions & 4 deletions internal-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>no.norrs.busbuddy</groupId>
<artifactId>platform</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</parent>

<name>BusBuddy :: Internal Tools</name>
<artifactId>internal-tools</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
<packaging>jar</packaging>


Expand All @@ -48,12 +48,12 @@
<dependency>
<groupId>no.norrs.busbuddy</groupId>
<artifactId>api</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>no.norrs.busbuddy</groupId>
<artifactId>public-api</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>no.norrs.busbuddy</groupId>
<artifactId>platform</artifactId>
<name>BusBuddy :: Platform</name>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
<packaging>pom</packaging>


Expand Down
4 changes: 2 additions & 2 deletions public-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>no.norrs.busbuddy</groupId>
<artifactId>platform</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</parent>

<name>BusBuddy :: PUBLIC API</name>
<artifactId>public-api</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
<packaging>jar</packaging>


Expand Down
8 changes: 4 additions & 4 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>no.norrs.busbuddy</groupId>
<artifactId>platform</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</parent>

<name>BusBuddy :: Web Services</name>
<artifactId>service</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
<packaging>war</packaging>


Expand Down Expand Up @@ -63,12 +63,12 @@
<dependency>
<groupId>no.norrs.busbuddy</groupId>
<artifactId>api</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>no.norrs.busbuddy</groupId>
<artifactId>public-api</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</dependency>

<!-- Gson: Java to Json conversion -->
Expand Down
6 changes: 3 additions & 3 deletions webfrontend-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>platform</artifactId>
<groupId>no.norrs.busbuddy</groupId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -37,12 +37,12 @@
<dependency>
<groupId>no.norrs.busbuddy</groupId>
<artifactId>api</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>no.norrs.busbuddy</groupId>
<artifactId>public-api</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit e465e9c

Please sign in to comment.