File tree Expand file tree Collapse file tree 6 files changed +8
-9
lines changed Expand file tree Collapse file tree 6 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
2626 </parent >
2727 <groupId >io.vavr</groupId >
2828 <artifactId >vavr-parent</artifactId >
29- <version >0.10.0-SNAPSHOT </version >
29+ <version >0.10.0</version >
3030 <packaging >pom</packaging >
3131 <name >Vavr Parent</name >
3232 <description >Vavr (formerly called Javaslang) is an object-functional language extension to Java 8+.</description >
@@ -49,7 +49,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
4949 <
connection >scm:git:
[email protected] :vavr-io/vavr.git</
connection >
5050 <
developerConnection >scm:git:
[email protected] :vavr-io/vavr.git</
developerConnection >
5151 <
url >
[email protected] :vavr-io/vavr.git</
url >
52- <tag >HEAD </tag >
52+ <tag >v0.10.0 </tag >
5353 </scm >
5454 <developers >
5555 <developer >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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 http://maven.apache.org/maven-v4_0_0.xsd" >
32 <modelVersion >4.0.0</modelVersion >
43 <parent >
54 <groupId >io.vavr</groupId >
65 <artifactId >vavr-parent</artifactId >
7- <version >0.10.0-SNAPSHOT </version >
6+ <version >0.10.0</version >
87 <relativePath >../pom.xml</relativePath >
98 </parent >
109 <artifactId >vavr-benchmark</artifactId >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >io.vavr</groupId >
55 <artifactId >vavr-parent</artifactId >
6- <version >0.10.0-SNAPSHOT </version >
6+ <version >0.10.0</version >
77 <relativePath >../pom.xml</relativePath >
88 </parent >
99 <artifactId >vavr-match-processor</artifactId >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >io.vavr</groupId >
55 <artifactId >vavr-parent</artifactId >
6- <version >0.10.0-SNAPSHOT </version >
6+ <version >0.10.0</version >
77 <relativePath >../pom.xml</relativePath >
88 </parent >
99 <artifactId >vavr-match</artifactId >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >io.vavr</groupId >
55 <artifactId >vavr-parent</artifactId >
6- <version >0.10.0-SNAPSHOT </version >
6+ <version >0.10.0</version >
77 <relativePath >../pom.xml</relativePath >
88 </parent >
99 <artifactId >vavr-test</artifactId >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >io.vavr</groupId >
55 <artifactId >vavr-parent</artifactId >
6- <version >0.10.0-SNAPSHOT </version >
6+ <version >0.10.0</version >
77 <relativePath >../pom.xml</relativePath >
88 </parent >
99 <artifactId >vavr</artifactId >
You can’t perform that action at this time.
0 commit comments