Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Feb 27, 2023
1 parent 7f8d18c commit ddec1a3
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 17 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.0.1-SNAPSHOT</version>
<version>2.1.0</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.0.1-SNAPSHOT</version>
<version>2.1.0</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.0.1-SNAPSHOT</version>
<version>2.1.0</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.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<artifactId>smallrye-context-propagation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coverage/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.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<artifactId>smallrye-config-coverage</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.0.1-SNAPSHOT</version>
<version>2.1.0</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.0.1-SNAPSHOT</version>
<version>2.1.0</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.0.0-SNAPSHOT</tag>
<tag>2.1.0</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.0.1-SNAPSHOT</version>
<version>2.1.0</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.0.1-SNAPSHOT</version>
<version>2.1.0</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.0.1-SNAPSHOT</version>
<version>2.1.0</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.0.1-SNAPSHOT</version>
<version>2.1.0</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.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<artifactId>smallrye-context-propagation-test</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-context-propagation-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</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.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

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

0 comments on commit ddec1a3

Please sign in to comment.