Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtaylor committed Jun 4, 2014
1 parent 8bce7f3 commit 8932f30
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.brekka.pegasus</groupId>
<artifactId>pegasus</artifactId>
<version>2.8</version>
<version>2.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>pegasus-core</artifactId>
<version>2.8.0</version>
<version>2.9.0-SNAPSHOT</version>

<dependencies>
<dependency>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>org.brekka.pegasus</groupId>
<artifactId>pegasus-schemas</artifactId>
<version>2.8.0</version>
<version>2.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.brekka.paveway</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>
<groupId>org.brekka.pegasus</groupId>
<artifactId>pegasus</artifactId>
<version>2.8</version>
<version>2.9-SNAPSHOT</version>
<packaging>pom</packaging>

<description>
Expand All @@ -20,7 +20,7 @@
<url>https://github.com/brekka/pegasus.git</url>
<connection>https://github.com/brekka/pegasus.git</connection>
<developerConnection>scm:git:ssh://[email protected]/brekka/pegasus.git</developerConnection>
<tag>pegasus-2.8</tag>
<tag>HEAD</tag>
</scm>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions schemas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.brekka.pegasus</groupId>
<artifactId>pegasus</artifactId>
<version>2.8</version>
<version>2.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


<artifactId>pegasus-schemas</artifactId>
<version>2.8.0</version>
<version>2.9.0-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit 8932f30

Please sign in to comment.