Skip to content

Commit 6040f14

Browse files
committed
[maven-release-plugin] prepare release 0.4.4
1 parent 2dea105 commit 6040f14

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

context-propagation-java5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>nl.talsmasoftware.context</groupId>
2222
<artifactId>context-propagation-root</artifactId>
23-
<version>0.4.4-SNAPSHOT</version>
23+
<version>0.4.4</version>
2424
</parent>
2525

2626
<!-- Artifact identification -->

context-propagation-java8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>nl.talsmasoftware.context</groupId>
2222
<artifactId>context-propagation-root</artifactId>
23-
<version>0.4.4-SNAPSHOT</version>
23+
<version>0.4.4</version>
2424
</parent>
2525

2626
<!-- Artifact identification -->

opentracing-span-propagation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>nl.talsmasoftware.context</groupId>
2222
<artifactId>context-propagation-root</artifactId>
23-
<version>0.4.4-SNAPSHOT</version>
23+
<version>0.4.4</version>
2424
</parent>
2525

2626
<!-- Artifact identification -->

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- Artifact identification -->
2222
<groupId>nl.talsmasoftware.context</groupId>
2323
<artifactId>context-propagation-root</artifactId>
24-
<version>0.4.4-SNAPSHOT</version>
24+
<version>0.4.4</version>
2525
<packaging>pom</packaging>
2626

2727
<!-- Project information -->
@@ -63,7 +63,7 @@
6363
<url>https://github.com/talsma-ict/context-propagation.git</url>
6464
<connection>scm:git:git://github.com/talsma-ict/context-propagation.git</connection>
6565
<developerConnection>scm:git:https://github.com/talsma-ict/context-propagation.git</developerConnection>
66-
<tag>HEAD</tag>
66+
<tag>0.4.4</tag>
6767
</scm>
6868

6969
<properties>

servletrequest-propagation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>nl.talsmasoftware.context</groupId>
2222
<artifactId>context-propagation-root</artifactId>
23-
<version>0.4.4-SNAPSHOT</version>
23+
<version>0.4.4</version>
2424
</parent>
2525

2626
<!-- Artifact identification -->

0 commit comments

Comments
 (0)