Skip to content

Commit

Permalink
Releasing version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganesh Subramanian committed Sep 26, 2014
1 parent a37e788 commit cb28d0e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions activejpa-core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.activejpa</groupId>
<artifactId>activejpa</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</parent>

<build>
Expand Down Expand Up @@ -144,7 +144,7 @@
<dependency>
<groupId>org.activejpa</groupId>
<artifactId>activejpa-test</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions activejpa-examples/activejpa-examples-spring/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.activejpa</groupId>
<artifactId>activejpa-examples</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<artifactId>activejpa-examples-spring</artifactId>

Expand All @@ -18,7 +18,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<activejpa.version>0.2.3-SNAPSHOT</activejpa.version>
<activejpa.version>0.2.4-SNAPSHOT</activejpa.version>
<!-- Spring -->
<spring-framework.version>3.2.5.RELEASE</spring-framework.version>
<spring-data-jpa.version>1.4.2.RELEASE</spring-data-jpa.version>
Expand Down Expand Up @@ -326,7 +326,7 @@
<dependency>
<groupId>org.activejpa</groupId>
<artifactId>activejpa-test</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion activejpa-examples/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>activejpa</artifactId>
<groupId>org.activejpa</groupId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion activejpa-test/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.activejpa</groupId>
<artifactId>activejpa</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions activejpa-utils/pom.xml
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>org.activejpa</groupId>
<artifactId>activejpa</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>org.activejpa</groupId>
<artifactId>activejpa-core</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.activejpa</groupId>
<artifactId>activejpa-test</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.activejpa</groupId>
<artifactId>activejpa</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ActiveJpa</name>
<modules>
Expand Down Expand Up @@ -99,7 +99,7 @@
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.10</version>
<version>0.10-SNAPSHOT</version>
<configuration>
<message>Maven artifacts for ${project.version}</message> <!-- git commit message -->
<noJekyll>true</noJekyll> <!-- disable webpage processing -->
Expand Down

0 comments on commit cb28d0e

Please sign in to comment.