Skip to content

Commit 3af14df

Browse files
committed
[maven-release-plugin] prepare release v0.10.7
1 parent 70a13bb commit 3af14df

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
1717
* Check for new plugin version: `mvn versions:display-plugin-updates`
1818
1919
-->
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">
2221
<modelVersion>4.0.0</modelVersion>
2322
<groupId>io.vavr</groupId>
2423
<artifactId>vavr-parent</artifactId>
25-
<version>0.10.7-SNAPSHOT</version>
24+
<version>0.10.7</version>
2625
<packaging>pom</packaging>
2726
<name>Vavr Parent</name>
2827
<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:
4140
<connection>scm:git:[email protected]:vavr-io/vavr.git</connection>
4241
<developerConnection>scm:git:[email protected]:vavr-io/vavr.git</developerConnection>
4342
<url>[email protected]:vavr-io/vavr.git</url>
44-
<tag>HEAD</tag>
43+
<tag>v0.10.7</tag>
4544
</scm>
4645
<developers>
4746
<developer>

vavr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.vavr</groupId>
55
<artifactId>vavr-parent</artifactId>
6-
<version>0.10.7-SNAPSHOT</version>
6+
<version>0.10.7</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>vavr</artifactId>

0 commit comments

Comments
 (0)