Skip to content

Commit

Permalink
[maven-release-plugin] prepare release diffa_v1_2
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6e6562 committed Jan 13, 2012
1 parent 4f42017 commit 462c299
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion agent/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.lshift.diffa</groupId>
<artifactId>diffa-parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>

<artifactId>diffa-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client-support/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.lshift.diffa</groupId>
<artifactId>diffa-parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>

<artifactId>diffa-client-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.lshift.diffa</groupId>
<artifactId>diffa-parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>

<artifactId>diffa-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docgen-maven-plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.lshift.diffa</groupId>
<artifactId>diffa-parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>

<groupId>net.lshift.diffa</groupId>
Expand Down
2 changes: 1 addition & 1 deletion hibernate-migrations/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>net.lshift</groupId>
<artifactId>hibernate-migrations</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>

<name>LShift Hibernate Migrations</name>

Expand Down
2 changes: 1 addition & 1 deletion kernel/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.lshift.diffa</groupId>
<artifactId>diffa-parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>

<artifactId>diffa-kernel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion participant-support/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>net.lshift.diffa</groupId>
<artifactId>participant-support</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>

<name>LShift Diffa Participant Support</name>

Expand Down
2 changes: 1 addition & 1 deletion participants-web/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.lshift.diffa</groupId>
<artifactId>diffa-parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>

<artifactId>diffa-participants-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion participants/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.lshift.diffa</groupId>
<artifactId>diffa-parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>

<artifactId>diffa-participants</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>net.lshift.diffa</groupId>
<artifactId>diffa-parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>

<name>LShift Diffa Parent POM</name>

Expand Down Expand Up @@ -384,7 +384,7 @@
<dependency>
<groupId>net.lshift</groupId>
<artifactId>hibernate-migrations</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 462c299

Please sign in to comment.