Skip to content

Commit

Permalink
Revert to 1.3 again and set to Final
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Rauh <nathan.rauh@us.ibm.com>
  • Loading branch information
njr-11 committed Nov 12, 2021
1 parent 6ca80bb commit 7190b60
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.4-SNAPSHOT</version>
<version>1.3-SNAPSHOT</version>
</parent>

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

<name>MicroProfile Context Propagation</name>
<description>MicroProfile Context Propagation :: API</description>
Expand Down
6 changes: 3 additions & 3 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.4-SNAPSHOT</version>
<version>1.3-SNAPSHOT</version>

<name>MicroProfile Context Propagation</name>
<description>Eclipse MicroProfile Context Propagation :: Parent POM</description>
Expand Down Expand Up @@ -78,15 +78,15 @@

<!-- Release -->
<release.arguments />
<release.revision>Draft</release.revision>
<release.revision>Final</release.revision>

<checkstyle.methodNameFormat>^_?[a-z][a-zA-Z0-9]*$</checkstyle.methodNameFormat>
<!-- whether autorelease maven central staging repositories - default true to allow review and manually release repositories -->
<autorelease>false</autorelease>
<!-- keeping closed repos with failure - default is false because the errors are visible in the maven output, but true will leave the repo open for investigation in Sonatype Nexus -->
<keepStagingReposOnFailure>false</keepStagingReposOnFailure>

<revremark>Draft</revremark>
<revremark>${release.revision}</revremark>
<inceptionYear>2018</inceptionYear>
</properties>

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.4-SNAPSHOT</version>
<version>1.3-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.4-SNAPSHOT</version>
<version>1.3-SNAPSHOT</version>
</parent>
<artifactId>microprofile-context-propagation-tck</artifactId>
<name>microprofile-context-propagation-tck</name>
Expand Down

0 comments on commit 7190b60

Please sign in to comment.