Skip to content

Commit b1fc3dd

Browse files
committed
[maven-release-plugin] prepare release 0.0.1-alpha-1
1 parent 875c1ad commit b1fc3dd

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
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-alpha-1-SNAPSHOT</version>
6+
<version>0.0.1-alpha-1</version>
77

88
<name>Vaadoo</name>
99
<description>Compile-time domain object validation for Java.</description>
@@ -336,7 +336,7 @@
336336
<connection>scm:git:https://github.com/pfichtner/vaadoo.git</connection>
337337
<developerConnection>scm:git:ssh://git@github.com/pfichtner/vaadoo.git</developerConnection>
338338
<url>https://github.com/pfichtner/vaadoo/</url>
339-
<tag>HEAD</tag>
339+
<tag>0.0.1-alpha-1</tag>
340340
</scm>
341341

342342
<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-alpha-1-SNAPSHOT</version>
7+
<version>0.0.1-alpha-1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

vaadoo-bytebuddy/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>io.github.pfichtner</groupId>
86
<artifactId>vaadoo</artifactId>
9-
<version>0.0.1-alpha-1-SNAPSHOT</version>
7+
<version>0.0.1-alpha-1</version>
108
<relativePath>../pom.xml</relativePath>
119
</parent>
1210

0 commit comments

Comments
 (0)