Skip to content

Commit c8a079d

Browse files
committed
[maven-release-plugin] prepare release 0.4.7
1 parent 638a3e1 commit c8a079d

File tree

7 files changed

+9
-11
lines changed

7 files changed

+9
-11
lines changed

context-propagation-bom/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.7-SNAPSHOT</version>
25+
<version>0.4.7</version>
2626
</parent>
2727

2828
<artifactId>context-propagation-bom</artifactId>

context-propagation-java5/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.7-SNAPSHOT</version>
25+
<version>0.4.7</version>
2626
</parent>
2727

2828
<!-- 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.7-SNAPSHOT</version>
25+
<version>0.4.7</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.7-SNAPSHOT</version>
25+
<version>0.4.7</version>
2626
</parent>
2727

2828
<!-- Artifact identification -->

opentracing-span-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.7-SNAPSHOT</version>
25+
<version>0.4.7</version>
2626
</parent>
2727

2828
<!-- Artifact identification -->

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,14 @@
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

2523
<!-- Artifact identification -->
2624
<groupId>nl.talsmasoftware.context</groupId>
2725
<artifactId>context-propagation-root</artifactId>
28-
<version>0.4.7-SNAPSHOT</version>
26+
<version>0.4.7</version>
2927
<packaging>pom</packaging>
3028

3129
<!-- Project information -->
@@ -69,7 +67,7 @@
6967
<url>https://github.com/talsma-ict/context-propagation.git</url>
7068
<connection>scm:git:git://github.com/talsma-ict/context-propagation.git</connection>
7169
<developerConnection>scm:git:https://github.com/talsma-ict/context-propagation.git</developerConnection>
72-
<tag>HEAD</tag>
70+
<tag>0.4.7</tag>
7371
</scm>
7472

7573
<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.7-SNAPSHOT</version>
25+
<version>0.4.7</version>
2626
</parent>
2727

2828
<!-- Artifact identification -->

0 commit comments

Comments
 (0)