Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganesh Subramanian committed Nov 13, 2017
1 parent 3e596d9 commit d69337a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion activejpa-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.activejpa</groupId>
<artifactId>activejpa</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>0.3.5-SNAPSHOT</version>
</parent>

<build>
Expand Down
5 changes: 3 additions & 2 deletions activejpa-test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>activejpa-test</artifactId>
<description>ActiveJpa test library</description>

<parent>
<groupId>org.activejpa</groupId>
<artifactId>activejpa</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>0.3.5-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion activejpa-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.activejpa</groupId>
<artifactId>activejpa</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>0.3.5-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.activejpa</groupId>
<artifactId>activejpa</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>0.3.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ActiveJpa</name>
<modules>
Expand Down

0 comments on commit d69337a

Please sign in to comment.