Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 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 d69337a commit e4b4729
Show file tree
Hide file tree
Showing 4 changed files with 7 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>0.3.5-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<build>
Expand Down
5 changes: 2 additions & 3 deletions activejpa-test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<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>0.3.5-SNAPSHOT</version>
<version>1.0.0</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>0.3.5-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<dependencies>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,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>
<groupId>org.activejpa</groupId>
<artifactId>activejpa</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>ActiveJpa</name>
<modules>
Expand Down Expand Up @@ -47,7 +46,7 @@

<scm>
<developerConnection>scm:git:https://github.com/ActiveJpa/activejpa.git</developerConnection>
<tag>activejpa-0.1.2-SNAPSHOT</tag>
<tag>1.0.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit e4b4729

Please sign in to comment.