Skip to content

Commit 91777fc

Browse files
committed
[maven-release-plugin] prepare release v0.4.0
1 parent b70d2af commit 91777fc

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

capsule-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>io.usethesource</groupId>
66
<artifactId>capsule-pom-parent</artifactId>
7-
<version>0.4.0-SNAPSHOT</version>
7+
<version>0.4.0</version>
88
</parent>
99

1010
<groupId>io.usethesource</groupId>
1111
<artifactId>capsule</artifactId>
12-
<version>0.4.0-SNAPSHOT</version>
12+
<version>0.4.0</version>
1313
<packaging>jar</packaging>
1414

1515
<properties>

capsule-experimental/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>io.usethesource</groupId>
66
<artifactId>capsule-pom-parent</artifactId>
7-
<version>0.4.0-SNAPSHOT</version>
7+
<version>0.4.0</version>
88
</parent>
99

1010
<groupId>io.usethesource</groupId>
1111
<artifactId>capsule-experimental</artifactId>
12-
<version>0.4.0-SNAPSHOT</version>
12+
<version>0.4.0</version>
1313
<packaging>jar</packaging>
1414

1515
<properties>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>io.usethesource</groupId>
2222
<artifactId>capsule</artifactId>
23-
<version>0.4.0-SNAPSHOT</version>
23+
<version>0.4.0</version>
2424
</dependency>
2525
</dependencies>
2626

capsule-veritas/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>io.usethesource</groupId>
66
<artifactId>capsule-pom-parent</artifactId>
7-
<version>0.4.0-SNAPSHOT</version>
7+
<version>0.4.0</version>
88
</parent>
99

1010
<groupId>io.usethesource</groupId>
1111
<artifactId>capsule-veritas</artifactId>
12-
<version>0.4.0-SNAPSHOT</version>
12+
<version>0.4.0</version>
1313
<packaging>jar</packaging>
1414

1515
<properties>
@@ -42,12 +42,12 @@
4242
<dependency>
4343
<groupId>io.usethesource</groupId>
4444
<artifactId>capsule</artifactId>
45-
<version>0.4.0-SNAPSHOT</version>
45+
<version>0.4.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>io.usethesource</groupId>
4949
<artifactId>capsule-experimental</artifactId>
50-
<version>0.4.0-SNAPSHOT</version>
50+
<version>0.4.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.pholser</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
<groupId>io.usethesource</groupId>
66
<artifactId>capsule-pom-parent</artifactId>
7-
<version>0.4.0-SNAPSHOT</version>
7+
<version>0.4.0</version>
88
<packaging>pom</packaging>
99

1010
<scm>
1111
<developerConnection>scm:git:https://github.com/usethesource/capsule.git</developerConnection>
12-
<tag>HEAD</tag>
12+
<tag>v0.4.0</tag>
1313
</scm>
1414

1515
<modules>

0 commit comments

Comments
 (0)