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
venushka committed Nov 13, 2018
1 parent 95bdeeb commit e3870e7
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion morf-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>0.1.3</version>
<version>0.1.4-SNAPSHOT</version>
</parent>

<name>Morf - Core</name>
Expand Down
2 changes: 1 addition & 1 deletion morf-excel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>0.1.3</version>
<version>0.1.4-SNAPSHOT</version>
</parent>

<name>Morf - Excel</name>
Expand Down
2 changes: 1 addition & 1 deletion morf-h2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>0.1.3</version>
<version>0.1.4-SNAPSHOT</version>
</parent>

<name>Morf - H2</name>
Expand Down
2 changes: 1 addition & 1 deletion morf-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>0.1.3</version>
<version>0.1.4-SNAPSHOT</version>
</parent>

<name>Morf - Integration Test</name>
Expand Down
2 changes: 1 addition & 1 deletion morf-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>0.1.3</version>
<version>0.1.4-SNAPSHOT</version>
</parent>

<name>Morf - MySQL</name>
Expand Down
2 changes: 1 addition & 1 deletion morf-nuodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>0.1.3</version>
<version>0.1.4-SNAPSHOT</version>
</parent>

<name>Morf - NuoDB</name>
Expand Down
2 changes: 1 addition & 1 deletion morf-oracle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>0.1.3</version>
<version>0.1.4-SNAPSHOT</version>
</parent>

<name>Morf - Oracle</name>
Expand Down
2 changes: 1 addition & 1 deletion morf-sqlserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>0.1.3</version>
<version>0.1.4-SNAPSHOT</version>
</parent>

<name>Morf - SQL Server</name>
Expand Down
2 changes: 1 addition & 1 deletion morf-testsupport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>0.1.3</version>
<version>0.1.4-SNAPSHOT</version>
</parent>

<name>Morf - Test Support</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>0.1.3</version>
<version>0.1.4-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Morf</name>
Expand Down Expand Up @@ -463,7 +463,7 @@
<connection>scm:git:https://github.com/alfasoftware/morf.git</connection>
<developerConnection>scm:git:git@github.com:alfasoftware/morf.git</developerConnection>
<url>https://github.com/alfasoftware/morf</url>
<tag>0.1.3</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit e3870e7

Please sign in to comment.