Skip to content

Commit 8833cf3

Browse files
author
Florent Biville
committed
[maven-release-plugin] prepare release v1.0.1
1 parent a6fbcec commit 8833cf3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.biville.florent</groupId>
77
<artifactId>neo4j-sproc-compiler-parent</artifactId>
8-
<version>1.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>net.biville.florent</groupId>
55
<artifactId>neo4j-sproc-compiler-parent</artifactId>
6-
<version>1.1-SNAPSHOT</version>
6+
<version>1.0.1</version>
77
<packaging>pom</packaging>
88

99
<name>Parent POM</name>
@@ -183,7 +183,7 @@
183183
<url>https://github.com/fbiville/liquigraph</url>
184184
<connection>scm:git:[email protected]:fbiville/neo4j-sproc-compiler.git</connection>
185185
<developerConnection>scm:git:[email protected]:fbiville/neo4j-sproc-compiler.git</developerConnection>
186-
<tag>HEAD</tag>
186+
<tag>v1.0.1</tag>
187187
</scm>
188188

189189
<licenses>

processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.biville.florent</groupId>
66
<artifactId>neo4j-sproc-compiler-parent</artifactId>
7-
<version>1.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)