Skip to content

Commit f5fd128

Browse files
committed
[maven-release-plugin] prepare release v0.10.7
1 parent 2e6e1db commit f5fd128

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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
<groupId>io.vavr</groupId>
54
<artifactId>vavr-match-processor</artifactId>
6-
<version>0.11.0-SNAPSHOT</version>
5+
<version>0.10.7</version>
76
<packaging>jar</packaging>
87
<name>Vavr Match Annotation Processor</name>
98
<description>Processor for structural pattern matching.</description>
@@ -19,7 +18,7 @@
1918
<connection>scm:git:git@github.com:vavr-io/vavr-match-processor.git</connection>
2019
<developerConnection>scm:git:git@github.com:vavr-io/vavr-match-processor.git</developerConnection>
2120
<url>git@github.com:vavr-io/vavr-match-processor.git</url>
22-
<tag>HEAD</tag>
21+
<tag>v0.10.7</tag>
2322
</scm>
2423
<developers>
2524
<developer>
@@ -55,7 +54,7 @@
5554
<dependency>
5655
<groupId>io.vavr</groupId>
5756
<artifactId>vavr-match</artifactId>
58-
<version>${project.version}</version>
57+
<version>0.10.7</version>
5958
</dependency>
6059
</dependencies>
6160
<build>

0 commit comments

Comments
 (0)