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
nblair committed Jul 2, 2012
1 parent 3a22bbd commit c2cec14
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.sched-assist</groupId>
<artifactId>sched-assist</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Scheduling Assistant Parent</name>
<description>The root project definition for the Scheduling Assistant project.</description>
Expand Down
2 changes: 1 addition & 1 deletion sched-assist-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>sched-assist</artifactId>
<groupId>org.jasig.sched-assist</groupId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>sched-assist-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sched-assist-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>sched-assist</artifactId>
<groupId>org.jasig.sched-assist</groupId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>
<artifactId>sched-assist-mock</artifactId>
<name>Scheduling Assistant Mocks</name>
Expand Down
2 changes: 1 addition & 1 deletion sched-assist-portlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>sched-assist</artifactId>
<groupId>org.jasig.sched-assist</groupId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>sched-assist-portlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sched-assist-spi-caldav-integrationtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>sched-assist</artifactId>
<groupId>org.jasig.sched-assist</groupId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sched-assist-spi-caldav-integrationtest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sched-assist-spi-caldav/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>sched-assist</artifactId>
<groupId>org.jasig.sched-assist</groupId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>sched-assist-spi-caldav</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sched-assist-spi-relationships/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>sched-assist</artifactId>
<groupId>org.jasig.sched-assist</groupId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>sched-assist-spi-relationships</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sched-assist-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>sched-assist</artifactId>
<groupId>org.jasig.sched-assist</groupId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>sched-assist-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sched-assist-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>sched-assist</artifactId>
<groupId>org.jasig.sched-assist</groupId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>sched-assist-war</artifactId>
Expand Down

0 comments on commit c2cec14

Please sign in to comment.