Skip to content

Commit f3cd4b2

Browse files
committed
[maven-release-plugin] prepare release 0.4.6
1 parent 3b2bc13 commit f3cd4b2

File tree

6 files changed

+9
-12
lines changed

6 files changed

+9
-12
lines changed

context-propagation-java5/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2220

2321
<modelVersion>4.0.0</modelVersion>
2422
<parent>
2523
<groupId>nl.talsmasoftware.context</groupId>
2624
<artifactId>context-propagation-root</artifactId>
27-
<version>0.4.6-SNAPSHOT</version>
25+
<version>0.4.6</version>
2826
</parent>
2927

3028
<!-- Artifact identification -->

context-propagation-java8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>nl.talsmasoftware.context</groupId>
2424
<artifactId>context-propagation-root</artifactId>
25-
<version>0.4.6-SNAPSHOT</version>
25+
<version>0.4.6</version>
2626
</parent>
2727

2828
<!-- Artifact identification -->

mdc-propagation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>nl.talsmasoftware.context</groupId>
2424
<artifactId>context-propagation-root</artifactId>
25-
<version>0.4.6-SNAPSHOT</version>
25+
<version>0.4.6</version>
2626
</parent>
2727

2828
<!-- Artifact identification -->

opentracing-span-propagation/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2120

2221
<modelVersion>4.0.0</modelVersion>
2322
<parent>
2423
<groupId>nl.talsmasoftware.context</groupId>
2524
<artifactId>context-propagation-root</artifactId>
26-
<version>0.4.6-SNAPSHOT</version>
25+
<version>0.4.6</version>
2726
</parent>
2827

2928
<!-- Artifact identification -->

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<!-- Artifact identification -->
2424
<groupId>nl.talsmasoftware.context</groupId>
2525
<artifactId>context-propagation-root</artifactId>
26-
<version>0.4.6-SNAPSHOT</version>
26+
<version>0.4.6</version>
2727
<packaging>pom</packaging>
2828

2929
<!-- Project information -->
@@ -66,7 +66,7 @@
6666
<url>https://github.com/talsma-ict/context-propagation.git</url>
6767
<connection>scm:git:git://github.com/talsma-ict/context-propagation.git</connection>
6868
<developerConnection>scm:git:https://github.com/talsma-ict/context-propagation.git</developerConnection>
69-
<tag>HEAD</tag>
69+
<tag>0.4.6</tag>
7070
</scm>
7171

7272
<properties>

servletrequest-propagation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>nl.talsmasoftware.context</groupId>
2424
<artifactId>context-propagation-root</artifactId>
25-
<version>0.4.6-SNAPSHOT</version>
25+
<version>0.4.6</version>
2626
</parent>
2727

2828
<!-- Artifact identification -->

0 commit comments

Comments
 (0)