File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed 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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<groupId >io.vavr</groupId >
5
4
<artifactId >vavr-match-processor</artifactId >
6
- <version >0.11.0-SNAPSHOT </version >
5
+ <version >0.10.7 </version >
7
6
<packaging >jar</packaging >
8
7
<name >Vavr Match Annotation Processor</name >
9
8
<description >Processor for structural pattern matching.</description >
19
18
<connection >scm:git:git@github.com:vavr-io/vavr-match-processor.git</connection >
20
19
<developerConnection >scm:git:git@github.com:vavr-io/vavr-match-processor.git</developerConnection >
21
20
<url >git@github.com:vavr-io/vavr-match-processor.git</url >
22
- <tag >HEAD </tag >
21
+ <tag >v0.10.7 </tag >
23
22
</scm >
24
23
<developers >
25
24
<developer >
55
54
<dependency >
56
55
<groupId >io.vavr</groupId >
57
56
<artifactId >vavr-match</artifactId >
58
- <version >${project.version} </version >
57
+ <version >0.10.7 </version >
59
58
</dependency >
60
59
</dependencies >
61
60
<build >
You can’t perform that action at this time.
0 commit comments