Skip to content

Commit 0eb33d6

Browse files
author
Florent Biville
committed
[maven-release-plugin] prepare release v1.0.4
1 parent a9bb784 commit 0eb33d6

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

Diff for: integration-tests/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54

65
<parent>
76
<groupId>net.biville.florent</groupId>
87
<artifactId>neo4j-sproc-compiler-parent</artifactId>
9-
<version>1.1-SNAPSHOT</version>
8+
<version>1.0.4</version>
109
<relativePath>..</relativePath>
1110
</parent>
1211

Diff for: pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<groupId>net.biville.florent</groupId>
65
<artifactId>neo4j-sproc-compiler-parent</artifactId>
7-
<version>1.1-SNAPSHOT</version>
6+
<version>1.0.4</version>
87
<packaging>pom</packaging>
98

109
<name>Parent POM</name>
@@ -184,7 +183,7 @@
184183
<url>https://github.com/fbiville/liquigraph</url>
185184
<connection>scm:git:[email protected]:fbiville/neo4j-sproc-compiler.git</connection>
186185
<developerConnection>scm:git:[email protected]:fbiville/neo4j-sproc-compiler.git</developerConnection>
187-
<tag>HEAD</tag>
186+
<tag>v1.0.4</tag>
188187
</scm>
189188

190189
<licenses>

Diff for: processor/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>net.biville.florent</groupId>
76
<artifactId>neo4j-sproc-compiler-parent</artifactId>
8-
<version>1.1-SNAPSHOT</version>
7+
<version>1.0.4</version>
98
<relativePath>..</relativePath>
109
</parent>
1110

0 commit comments

Comments
 (0)