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
eclipse-microprofile-bot committed Nov 12, 2021
1 parent f21d70b commit f45eabb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Expand Up @@ -18,12 +18,12 @@
<parent>
<groupId>org.eclipse.microprofile.context-propagation</groupId>
<artifactId>microprofile-context-propagation-parent</artifactId>
<version>1.3</version>
<version>1.4-SNAPSHOT</version>
</parent>

<artifactId>microprofile-context-propagation-api</artifactId>
<packaging>jar</packaging>
<version>1.3</version>
<version>1.4-SNAPSHOT</version>

<name>MicroProfile Context Propagation</name>
<description>MicroProfile Context Propagation :: API</description>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -18,7 +18,7 @@
<groupId>org.eclipse.microprofile.context-propagation</groupId>
<artifactId>microprofile-context-propagation-parent</artifactId>
<packaging>pom</packaging>
<version>1.3</version>
<version>1.4-SNAPSHOT</version>

<name>MicroProfile Context Propagation</name>
<description>Eclipse MicroProfile Context Propagation :: Parent POM</description>
Expand Down Expand Up @@ -121,7 +121,7 @@
<connection>scm:git:https://github.com/eclipse/microprofile-context-propagation.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/microprofile-context-propagation.git</developerConnection>
<url>https://github.com/eclipse/microprofile-context-propagation</url>
<tag>1.3</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.microprofile.context-propagation</groupId>
<artifactId>microprofile-context-propagation-parent</artifactId>
<version>1.3</version>
<version>1.4-SNAPSHOT</version>
</parent>

<artifactId>microprofile-context-propagation-spec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.microprofile.context-propagation</groupId>
<artifactId>microprofile-context-propagation-parent</artifactId>
<version>1.3</version>
<version>1.4-SNAPSHOT</version>
</parent>
<artifactId>microprofile-context-propagation-tck</artifactId>
<name>microprofile-context-propagation-tck</name>
Expand Down

0 comments on commit f45eabb

Please sign in to comment.