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
svenkubiak committed May 18, 2016
1 parent 1282490 commit b8c250a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion mangooio-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.mangoo</groupId>
<artifactId>mangooio</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>mangooio-core</artifactId>
<packaging>jar</packaging>
Expand Down
8 changes: 4 additions & 4 deletions mangooio-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.mangoo</groupId>
<artifactId>mangooio</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>mangooio-integration-test</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -38,7 +38,7 @@
<plugin>
<groupId>io.mangoo</groupId>
<artifactId>mangooio-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -91,12 +91,12 @@
<dependency>
<groupId>io.mangoo</groupId>
<artifactId>mangooio-core</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.mangoo</groupId>
<artifactId>mangooio-test</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion mangooio-maven-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.mangoo</groupId>
<artifactId>mangooio</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>mangooio-maven-archetype</artifactId>
<build>
Expand Down
4 changes: 2 additions & 2 deletions mangooio-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.mangoo</groupId>
<artifactId>mangooio</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>mangooio-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>io.mangoo</groupId>
<artifactId>mangooio-core</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zeroturnaround</groupId>
Expand Down
4 changes: 2 additions & 2 deletions mangooio-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<parent>
<groupId>io.mangoo</groupId>
<artifactId>mangooio</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>mangooio-test</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>io.mangoo</groupId>
<artifactId>mangooio-core</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mangoo</groupId>
<artifactId>mangooio</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<url>https://mangoo.io</url>
<licenses>
Expand Down Expand Up @@ -42,7 +42,7 @@
<connection>scm:git:git@github.com:svenkubiak/mangooio.git</connection>
<developerConnection>scm:git:git@github.com:svenkubiak/mangooio.git</developerConnection>
<url>github.com:svenkubiak/mangooio.git</url>
<tag>3.0.0</tag>
<tag>HEAD</tag>
</scm>
<build>
<pluginManagement>
Expand Down

0 comments on commit b8c250a

Please sign in to comment.