File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,11 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
17
17
* Check for new plugin version: `mvn versions:display-plugin-updates`
18
18
19
19
-->
20
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
20
+ <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" >
22
21
<modelVersion >4.0.0</modelVersion >
23
22
<groupId >io.vavr</groupId >
24
23
<artifactId >vavr-parent</artifactId >
25
- <version >0.10.7-SNAPSHOT </version >
24
+ <version >0.10.7</version >
26
25
<packaging >pom</packaging >
27
26
<name >Vavr Parent</name >
28
27
<description >Vavr (formerly called Javaslang) is an object-functional language extension to Java 8+.</description >
@@ -41,7 +40,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
41
40
<
connection >scm:git:
[email protected] :vavr-io/vavr.git</
connection >
42
41
<
developerConnection >scm:git:
[email protected] :vavr-io/vavr.git</
developerConnection >
43
42
<
url >
[email protected] :vavr-io/vavr.git</
url >
44
- <tag >HEAD </tag >
43
+ <tag >v0.10.7 </tag >
45
44
</scm >
46
45
<developers >
47
46
<developer >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.vavr</groupId >
5
5
<artifactId >vavr-parent</artifactId >
6
- <version >0.10.7-SNAPSHOT </version >
6
+ <version >0.10.7</version >
7
7
<relativePath >../pom.xml</relativePath >
8
8
</parent >
9
9
<artifactId >vavr</artifactId >
You can’t perform that action at this time.
0 commit comments