Skip to content

Commit d35bf50

Browse files
author
Florent Biville
committed
[maven-release-plugin] prepare release v1.0-M01
1 parent 7100c22 commit d35bf50

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-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="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/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.0-SNAPSHOT</version>
8+
<version>1.0-M01</version>
109
<relativePath>..</relativePath>
1110
</parent>
1211

Diff for: pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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/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.0-SNAPSHOT</version>
6+
<version>1.0-M01</version>
87
<packaging>pom</packaging>
98

109
<name>Parent POM</name>
@@ -136,7 +135,8 @@
136135
<url>https://github.com/fbiville/liquigraph</url>
137136
<connection>scm:git:[email protected]:fbiville/neo4j-sproc-compiler.git</connection>
138137
<developerConnection>scm:git:[email protected]:fbiville/neo4j-sproc-compiler.git</developerConnection>
139-
</scm>
138+
<tag>v1.0-M01</tag>
139+
</scm>
140140

141141
<licenses>
142142
<license>

Diff for: processor/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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/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.0-SNAPSHOT</version>
7+
<version>1.0-M01</version>
98
<relativePath>..</relativePath>
109
</parent>
1110

0 commit comments

Comments
 (0)