Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex D'Andrea committed Apr 28, 2015
1 parent 2212cf7 commit 6da1bd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- The basics -->
<groupId>net.xp-framework</groupId>
<artifactId>core</artifactId>
<version>5.10.3</version>
<version>5.10.4-SNAPSHOT</version>
<packaging>xar</packaging>

<!-- More project information -->
Expand Down Expand Up @@ -175,7 +175,7 @@
<connection>scm:git:git://github.com/xp-framework/xp-framework.git</connection>
<developerConnection>scm:git:git@github.com:xp-framework/xp-framework.git</developerConnection>
<url>https://github.com/xp-framework/xp-framework</url>
<tag>maven-5.10.3</tag>
<tag>HEAD</tag>
</scm>

<!-- Issue management -->
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- The basics -->
<groupId>net.xp-framework</groupId>
<artifactId>pom</artifactId>
<version>5.10.3</version>
<version>5.10.4-SNAPSHOT</version>
<packaging>pom</packaging>

<!-- More project information -->
Expand Down Expand Up @@ -65,6 +65,6 @@
<connection>scm:git:git://github.com/xp-framework/xp-framework.git</connection>
<developerConnection>scm:git:git@github.com:xp-framework/xp-framework.git</developerConnection>
<url>https://github.com/xp-framework/xp-framework</url>
<tag>maven-5.10.3</tag>
<tag>HEAD</tag>
</scm>
</project>

0 comments on commit 6da1bd4

Please sign in to comment.