Skip to content

Commit 120bbe0

Browse files
committed
[maven-release-plugin] prepare release 0.0.1-beta-2
1 parent a8bad59 commit 120bbe0

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>io.github.pfichtner</groupId>
55
<artifactId>vaadoo</artifactId>
6-
<version>0.0.1-beta-2-SNAPSHOT</version>
6+
<version>0.0.1-beta-2</version>
77

88
<name>Vaadoo</name>
99
<description>Compile-time domain object validation for Java.</description>
@@ -343,7 +343,7 @@
343343
<connection>scm:git:https://github.com/pfichtner/vaadoo.git</connection>
344344
<developerConnection>scm:git:ssh://git@github.com/pfichtner/vaadoo.git</developerConnection>
345345
<url>https://github.com/pfichtner/vaadoo/</url>
346-
<tag>0.0.1-alpha-1</tag>
346+
<tag>0.0.1-beta-2</tag>
347347
</scm>
348348

349349
<distributionManagement>

vaadoo-bytebuddy-nodep/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.pfichtner</groupId>
66
<artifactId>vaadoo</artifactId>
7-
<version>0.0.1-beta-2-SNAPSHOT</version>
7+
<version>0.0.1-beta-2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

vaadoo-bytebuddy-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.pfichtner</groupId>
66
<artifactId>vaadoo</artifactId>
7-
<version>0.0.1-beta-2-SNAPSHOT</version>
7+
<version>0.0.1-beta-2</version>
88
</parent>
99

1010
<artifactId>vaadoo-bytebuddy-tests</artifactId>

vaadoo-bytebuddy-tests/vaadoo-bytebuddy-tests-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.pfichtner</groupId>
66
<artifactId>vaadoo-bytebuddy-tests</artifactId>
7-
<version>0.0.1-beta-2-SNAPSHOT</version>
7+
<version>0.0.1-beta-2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

vaadoo-bytebuddy-tests/vaadoo-bytebuddy-tests-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.pfichtner</groupId>
66
<artifactId>vaadoo-bytebuddy-tests</artifactId>
7-
<version>0.0.1-beta-2-SNAPSHOT</version>
7+
<version>0.0.1-beta-2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

vaadoo-bytebuddy-tests/vaadoo-bytebuddy-tests-vaadoo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.pfichtner</groupId>
66
<artifactId>vaadoo-bytebuddy-tests-parent</artifactId>
7-
<version>0.0.1-beta-2-SNAPSHOT</version>
7+
<version>0.0.1-beta-2</version>
88
<relativePath>../vaadoo-bytebuddy-tests-parent/pom.xml</relativePath>
99
</parent>
1010

vaadoo-bytebuddy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.pfichtner</groupId>
66
<artifactId>vaadoo</artifactId>
7-
<version>0.0.1-beta-2-SNAPSHOT</version>
7+
<version>0.0.1-beta-2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)