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
mirkosertic committed Apr 5, 2018
1 parent e6fe305 commit 94febe5
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion classlib/bytecoder.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.mirkosertic.bytecoder</groupId>
<artifactId>bytecoder-classlib</artifactId>
<version>2018-04-04-SNAPSHOT</version>
<version>2018-05-04-SNAPSHOT</version>
</parent>

<artifactId>bytecoder.api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion classlib/bytecoder.opencl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.mirkosertic.bytecoder</groupId>
<artifactId>bytecoder-classlib</artifactId>
<version>2018-04-04-SNAPSHOT</version>
<version>2018-05-04-SNAPSHOT</version>
</parent>

<artifactId>bytecoder.opencl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion classlib/bytecoder.web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.mirkosertic.bytecoder</groupId>
<artifactId>bytecoder-classlib</artifactId>
<version>2018-04-04-SNAPSHOT</version>
<version>2018-05-04-SNAPSHOT</version>
</parent>

<artifactId>bytecoder.web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion classlib/java.base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.mirkosertic.bytecoder</groupId>
<artifactId>bytecoder-classlib</artifactId>
<version>2018-04-04-SNAPSHOT</version>
<version>2018-05-04-SNAPSHOT</version>
</parent>

<artifactId>java.base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion classlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.mirkosertic.bytecoder</groupId>
<artifactId>bytecoder-parent</artifactId>
<version>2018-04-04-SNAPSHOT</version>
<version>2018-05-04-SNAPSHOT</version>
</parent>

<artifactId>bytecoder-classlib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.mirkosertic.bytecoder</groupId>
<artifactId>bytecoder-parent</artifactId>
<version>2018-04-04-SNAPSHOT</version>
<version>2018-05-04-SNAPSHOT</version>
</parent>

<artifactId>bytecoder-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.mirkosertic.bytecoder</groupId>
<artifactId>bytecoder-parent</artifactId>
<version>2018-04-04-SNAPSHOT</version>
<version>2018-05-04-SNAPSHOT</version>
</parent>

<artifactId>bytecoder-integrationtest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.mirkosertic.bytecoder</groupId>
<artifactId>bytecoder-parent</artifactId>
<version>2018-04-04-SNAPSHOT</version>
<version>2018-05-04-SNAPSHOT</version>
</parent>

<artifactId>bytecoder-mavenplugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.mirkosertic.bytecoder</groupId>
<artifactId>bytecoder-parent</artifactId>
<version>2018-04-04-SNAPSHOT</version>
<version>2018-05-04-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Bytecoder Parent POM</name>
<description>Parent POM for Bytecoder</description>
Expand Down

0 comments on commit 94febe5

Please sign in to comment.