Skip to content

Commit

Permalink
[ci skip] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 8, 2024
1 parent 5963ba0 commit a0c6cc0
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 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.7</version>
<version>2.1.8-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.7</version>
<version>2.1.8-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.7</version>
<version>2.1.8-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.7</version>
<version>2.1.8-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>vraptor-validator-example</artifactId>
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>br.com.caelum.stella</groupId>
<artifactId>caelum-stella</artifactId>
<packaging>pom</packaging>
<version>2.1.7</version>
<version>2.1.8-SNAPSHOT</version>
<name>Caelum Stella</name>
<description>
Caelum Stella is a set of validators, formatters and converters
Expand Down Expand Up @@ -507,7 +507,7 @@
<connection>scm:git:git://github.com/caelum/caelum-stella</connection>
<developerConnection>scm:git:git@github.com:caelum/caelum-stella.git</developerConnection>
<url>https://github.com/caelum/caelum-stella</url>
<tag>2.1.7</tag>
<tag>HEAD</tag>
</scm>

<mailingLists>
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.7</version>
<version>2.1.8-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.7</version>
<version>2.1.8-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.7</version>
<version>2.1.8-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.7</version>
<version>2.1.8-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.7</version>
<version>2.1.8-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.7</version>
<version>2.1.8-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.7</version>
<version>2.1.8-SNAPSHOT</version>
</parent>
<artifactId>caelum-stella-hibernate-user-types</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit a0c6cc0

Please sign in to comment.