File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments