Skip to content

Commit

Permalink
[maven-release-plugin] prepare release axon-1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abuijze committed Sep 7, 2011
1 parent 4617967 commit 42b776c
Show file tree
Hide file tree
Showing 18 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>axon-documentation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion incubator/dcb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion incubator/google-app-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion incubator/mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion integrationtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<modules>
<module>core</module>
<module>integration</module>
Expand Down Expand Up @@ -216,9 +216,9 @@
</repository>
</distributionManagement>
<scm>
<connection>scm:svn:http://axonframework.googlecode.com/svn/branches/axon-1.1</connection>
<developerConnection>scm:svn:https://axonframework.googlecode.com/svn/branches/axon-1.1</developerConnection>
<url>http://code.google.com/p/axonframework/source/browse/branches/axon-1.1</url>
<connection>scm:svn:http://axonframework.googlecode.com/svn/tags/axon-1.1.2</connection>
<developerConnection>scm:svn:https://axonframework.googlecode.com/svn/tags/axon-1.1.2</developerConnection>
<url>http://code.google.com/p/axonframework/source/browse/tags/axon-1.1.2</url>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion sample/addressbook/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.axonframework.samples</groupId>
<artifactId>axon-addressbook</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions sample/addressbook/flex-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<parent>
<groupId>org.axonframework.samples</groupId>
<artifactId>axon-addressbook</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>org.axonframework.samples</groupId>
<artifactId>axon-addressbook-flexui</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<packaging>pom</packaging>

<name>Axon Address Book Sample - Flex ui</name>
Expand Down
4 changes: 2 additions & 2 deletions sample/addressbook/flex-ui/swf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>org.axonframework.samples</groupId>
<artifactId>axon-addressbook-flexui</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<groupId>org.axonframework.samples</groupId>
<artifactId>axon-addressbook-swf</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<packaging>swf</packaging>

<name>Axon Address Book Sample - Flex ui swf</name>
Expand Down
4 changes: 2 additions & 2 deletions sample/addressbook/flex-ui/war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<artifactId>axon-addressbook-flexui</artifactId>
<groupId>org.axonframework.samples</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<groupId>org.axonframework.samples</groupId>
<artifactId>axon-addressbook-flexui-war</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<name>Axon Address Book Sample - Flex ui war</name>
<packaging>war</packaging>

Expand Down
2 changes: 1 addition & 1 deletion sample/addressbook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>axon-samples</artifactId>
<groupId>org.axonframework.samples</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<groupId>org.axonframework.samples</groupId>
Expand Down
4 changes: 2 additions & 2 deletions sample/addressbook/rest-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.axonframework.samples</groupId>
<artifactId>axon-addressbook</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<groupId>org.axonframework.samples</groupId>
<artifactId>axon-addressbook-rest-ui</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<packaging>war</packaging>
<name>Axon Address Book Sample - Rest ui</name>
<description>
Expand Down
4 changes: 2 additions & 2 deletions sample/addressbook/vaadin-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.axonframework.samples</groupId>
<artifactId>axon-addressbook</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<groupId>org.axonframework.samples</groupId>
<artifactId>axon-addressbook-vaadinui</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<name>Axon Address Book Sample - Vaadin ui</name>
<packaging>war</packaging>

Expand Down
4 changes: 2 additions & 2 deletions sample/addressbook/web-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>org.axonframework.samples</groupId>
<artifactId>axon-addressbook</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<groupId>org.axonframework.samples</groupId>
<artifactId>axon-addressbook-webui</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<name>Axon Address Book Sample - Web ui</name>
<packaging>war</packaging>

Expand Down
2 changes: 1 addition & 1 deletion sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<groupId>org.axonframework.samples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 42b776c

Please sign in to comment.