Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jparsec-root-2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly committed Jun 14, 2016
1 parent 3f23304 commit c3cec9a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jparsec-examples/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jparsec</groupId>
<artifactId>jparsec-root</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jparsec-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jparsec-testutils/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jparsec</groupId>
<artifactId>jparsec-root</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jparsec-testutils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jparsec/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jparsec</groupId>
<artifactId>jparsec-root</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jparsec</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>org.jparsec</groupId>
<artifactId>jparsec-root</artifactId>
<packaging>pom</packaging>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>

<name>jParsec Root</name>

Expand Down Expand Up @@ -36,7 +36,7 @@
<url>http://github.com/jparsec/jparsec</url>
<connection>scm:git:git@github.com:jparsec/jparsec.git</connection>
<developerConnection>scm:git:git@github.com:jparsec/jparsec.git</developerConnection>
<tag>jparsec-root-2.2</tag>
<tag>jparsec-root-2.3</tag>
</scm>

<developers>
Expand Down

0 comments on commit c3cec9a

Please sign in to comment.