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
angeliski committed Jan 28, 2023
1 parent 6712cf3 commit 619d3cf
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/faces-example-1x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>br.com.caelum.stella</groupId>
<artifactId>caelum-stella</artifactId>
<version>2.1.6</version>
<version>2.1.7-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>faces-example-1x</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/faces-example-2x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>br.com.caelum.stella</groupId>
<artifactId>caelum-stella</artifactId>
<version>2.1.6</version>
<version>2.1.7-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>faces-example-2x</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/hibernate-persistence-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>br.com.caelum.stella</groupId>
<artifactId>caelum-stella</artifactId>
<version>2.1.6</version>
<version>2.1.7-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>hibernate-persistence-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/vraptor-validator-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>br.com.caelum.stella</groupId>
<artifactId>caelum-stella</artifactId>
<version>2.1.6</version>
<version>2.1.7-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>vraptor-validator-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>br.com.caelum.stella</groupId>
<artifactId>caelum-stella</artifactId>
<packaging>pom</packaging>
<version>2.1.6</version>
<version>2.1.7-SNAPSHOT</version>
<name>Caelum Stella</name>
<description>
Caelum Stella is a set of validators, formatters and converters
Expand Down
2 changes: 1 addition & 1 deletion stella-bean-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>br.com.caelum.stella</groupId>
<artifactId>caelum-stella</artifactId>
<version>2.1.6</version>
<version>2.1.7-SNAPSHOT</version>
</parent>
<artifactId>caelum-stella-bean-validation</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions stella-boleto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>br.com.caelum.stella</groupId>
<artifactId>caelum-stella</artifactId>
<version>2.1.6</version>
<version>2.1.7-SNAPSHOT</version>
</parent>

<artifactId>caelum-stella-boleto</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>br.com.caelum.stella</groupId>
<artifactId>caelum-stella-core</artifactId>
<version>2.1.6</version>
<version>2.1.7-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion stella-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>br.com.caelum.stella</groupId>
<artifactId>caelum-stella</artifactId>
<version>2.1.6</version>
<version>2.1.7-SNAPSHOT</version>
</parent>
<artifactId>caelum-stella-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion stella-faces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>br.com.caelum.stella</groupId>
<artifactId>caelum-stella</artifactId>
<version>2.1.6</version>
<version>2.1.7-SNAPSHOT</version>
</parent>

<artifactId>caelum-stella-faces</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stella-frete/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>br.com.caelum.stella</groupId>
<artifactId>caelum-stella</artifactId>
<version>2.1.6</version>
<version>2.1.7-SNAPSHOT</version>
</parent>

<artifactId>caelum-stella-frete</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stella-hibernate-user-types/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>br.com.caelum.stella</groupId>
<artifactId>caelum-stella</artifactId>
<version>2.1.6</version>
<version>2.1.7-SNAPSHOT</version>
</parent>
<artifactId>caelum-stella-hibernate-user-types</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 619d3cf

Please sign in to comment.