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
exabrial committed Dec 4, 2019
1 parent cdf7ba5 commit 5e997ef
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion form-binding-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.exabrial</groupId>
<artifactId>form-binding-parent</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<artifactId>form-binding-api</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions form-binding-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.exabrial</groupId>
<artifactId>form-binding-parent</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<artifactId>form-binding-jaxrs</artifactId>
Expand All @@ -15,14 +15,14 @@
<dependency>
<groupId>com.github.exabrial</groupId>
<artifactId>form-binding-api</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.github.exabrial</groupId>
<artifactId>form-binding</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions form-binding-test-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.exabrial</groupId>
<artifactId>form-binding-parent</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<artifactId>form-binding-test-module</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.github.exabrial</groupId>
<artifactId>form-binding-api</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions form-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.exabrial</groupId>
<artifactId>form-binding-parent</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<artifactId>form-binding</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.github.exabrial</groupId>
<artifactId>form-binding-api</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>com.github.exabrial</groupId>
<artifactId>form-binding-test-module</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>

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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.exabrial</groupId>
<artifactId>form-binding-parent</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Form URL Encoding binding</description>
<name>${project.artifactId}</name>
Expand All @@ -13,7 +13,7 @@
<connection>scm:git:ssh://git@github.com/exabrial/form-binding.git</connection>
<developerConnection>scm:git:ssh://git@github.com/exabrial/form-binding.git</developerConnection>
<url>https://github.com/exabrial/form-binding/tree/master</url>
<tag>form-binding-parent-1.2.0</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down

0 comments on commit 5e997ef

Please sign in to comment.