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
smallrye-ci committed Jun 7, 2024
1 parent e4d504c commit efc241b
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>smallrye-context-propagation-parent</artifactId>
<groupId>io.smallrye</groupId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<artifactId>smallrye-context-propagation-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-context-propagation-parent</artifactId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<artifactId>smallrye-context-propagation-application</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-context-propagation-parent</artifactId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<artifactId>smallrye-context-propagation-cdi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-context-propagation-parent</artifactId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<artifactId>smallrye-context-propagation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-context-propagation-parent</artifactId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<artifactId>smallrye-context-propagation-jta</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>smallrye-context-propagation-parent</artifactId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>SmallRye Context Propagation</name>
Expand All @@ -33,7 +33,7 @@
<connection>scm:git:[email protected]:smallrye/smallrye-context-propagation.git</connection>
<developerConnection>scm:git:[email protected]:smallrye/smallrye-context-propagation.git</developerConnection>
<url>[email protected]:smallrye/smallrye-context-propagation.git</url>
<tag>2.1.1</tag>
<tag>2.0.0-SNAPSHOT</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion propagators-rxjava1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-context-propagation-parent</artifactId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<artifactId>smallrye-context-propagation-propagators-rxjava1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion propagators-rxjava2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-context-propagation-parent</artifactId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<artifactId>smallrye-context-propagation-propagators-rxjava2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-context-propagation-parent</artifactId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<artifactId>smallrye-context-propagation-release</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>smallrye-context-propagation-parent</artifactId>
<groupId>io.smallrye</groupId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-context-propagation-testsuite</artifactId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<artifactId>smallrye-context-propagation-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-context-propagation-parent</artifactId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<artifactId>smallrye-context-propagation-testsuite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-context-propagation-testsuite</artifactId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<artifactId>smallrye-context-propagation-tck</artifactId>
Expand Down

0 comments on commit efc241b

Please sign in to comment.