Skip to content

Commit

Permalink
[maven-release-plugin] prepare release hecate-parent-3.0.0.Beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Sep 30, 2016
1 parent 9eb98fd commit 02f6bf0
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hecate-parent</artifactId>
<groupId>com.savoirtech.hecate</groupId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hecate-parent</artifactId>
<groupId>com.savoirtech.hecate</groupId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.savoirtech.hecate</groupId>
<artifactId>hecate-test</artifactId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hecate-parent</artifactId>
<groupId>com.savoirtech.hecate</groupId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>com.savoirtech.hecate</groupId>
<artifactId>hecate-pojo</artifactId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>com.savoirtech.hecate</groupId>
<artifactId>hecate-test</artifactId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions joda-time/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hecate-parent</artifactId>
<groupId>com.savoirtech.hecate</groupId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>com.savoirtech.hecate</groupId>
<artifactId>hecate-pojo</artifactId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>com.savoirtech.hecate</groupId>
<artifactId>hecate-test</artifactId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions karaf/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hecate-karaf-parent</artifactId>
<groupId>com.savoirtech.hecate</groupId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -31,17 +31,17 @@
<dependency>
<groupId>com.savoirtech.hecate</groupId>
<artifactId>hecate-pojo</artifactId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
</dependency>
<dependency>
<groupId>com.savoirtech.hecate</groupId>
<artifactId>hecate-gson</artifactId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
</dependency>
<dependency>
<groupId>com.savoirtech.hecate</groupId>
<artifactId>hecate-joda-time</artifactId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions karaf/itest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hecate-karaf-parent</artifactId>
<groupId>com.savoirtech.hecate</groupId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -32,13 +32,13 @@
<dependency>
<groupId>com.savoirtech.hecate</groupId>
<artifactId>hecate-karaf</artifactId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
</dependency>

<dependency>
<groupId>com.savoirtech.hecate</groupId>
<artifactId>hecate-test</artifactId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion karaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hecate-parent</artifactId>
<groupId>com.savoirtech.hecate</groupId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 4 additions & 4 deletions pojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hecate-parent</artifactId>
<groupId>com.savoirtech.hecate</groupId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -37,17 +37,17 @@
<dependency>
<groupId>com.savoirtech.hecate</groupId>
<artifactId>hecate-annotation</artifactId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
</dependency>
<dependency>
<groupId>com.savoirtech.hecate</groupId>
<artifactId>hecate-core</artifactId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
</dependency>
<dependency>
<groupId>com.savoirtech.hecate</groupId>
<artifactId>hecate-test</artifactId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<groupId>com.savoirtech.hecate</groupId>
<artifactId>hecate-parent</artifactId>
<packaging>pom</packaging>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
<name>SavoirTech ::: Hecate ::: Parent</name>

<inceptionYear>2012</inceptionYear>
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>hecate-parent</artifactId>
<groupId>com.savoirtech.hecate</groupId>
<version>3.0.0.Beta3-SNAPSHOT</version>
<version>3.0.0.Beta3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 02f6bf0

Please sign in to comment.