Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ganesh s authored and ganesh s committed Jul 12, 2019
1 parent 5b31f54 commit 291bfa7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 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.1.1-SNAPSHOT</version>
<version>1.0.4-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion activejpa-examples/activejpa-examples-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.activejpa</groupId>
<artifactId>activejpa-examples</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.0.4-SNAPSHOT</version>
</parent>
<artifactId>activejpa-examples-spring</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion activejpa-examples/activejpa-examples-vanilla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.activejpa</groupId>
<artifactId>activejpa-examples</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.0.4-SNAPSHOT</version>
</parent>
<artifactId>activejpa-examples-vanilla</artifactId>
<name>activejpa-examples-vanilla</name>
Expand Down
5 changes: 3 additions & 2 deletions activejpa-examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<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-examples</artifactId>
<packaging>pom</packaging>
Expand All @@ -8,7 +9,7 @@
<parent>
<artifactId>activejpa</artifactId>
<groupId>org.activejpa</groupId>
<version>1.1.1-SNAPSHOT</version>
<version>1.0.4-SNAPSHOT</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion activejpa-test/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.1.1-SNAPSHOT</version>
<version>1.0.4-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.1.1-SNAPSHOT</version>
<version>1.0.4-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.1.1-SNAPSHOT</version>
<version>1.0.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ActiveJpa</name>
<modules>
Expand Down

0 comments on commit 291bfa7

Please sign in to comment.