Skip to content

Commit 70b648b

Browse files
committed
[maven-release-plugin] prepare release v0.4.0
1 parent e9cb4d6 commit 70b648b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

archunit-extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>archunit-parent</artifactId>
55
<groupId>com.github.xebia</groupId>
6-
<version>0.4.0-SNAPSHOT</version>
6+
<version>0.4.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.xebia</groupId>
66
<artifactId>archunit-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.4.0-SNAPSHOT</version>
8+
<version>0.4.0</version>
99

1010
<modules>
1111
<module>archunit-extension</module>
@@ -16,7 +16,7 @@
1616
<connection>scm:git:https://github.com/xebia-os/xebia-archunit-extension.git</connection>
1717
<developerConnection>scm:git:git@github.com:xebia-os/xebia-archunit-extension.git</developerConnection>
1818
<url>https://github.com/xebia-os/xebia-archunit-extension</url>
19-
<tag>v0.3.0</tag>
19+
<tag>v0.4.0</tag>
2020
</scm>
2121

2222
<distributionManagement>

spring-test-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>archunit-parent</artifactId>
55
<groupId>com.github.xebia</groupId>
6-
<version>0.4.0-SNAPSHOT</version>
6+
<version>0.4.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)