Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit b588f06

Browse files
author
Thomas Risberg
committed
preparing for 1.1.0.M1 release
1 parent d5df8b9 commit b588f06

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-graph-dist</artifactId>
77
<name>Spring Data Graph Distribution</name>
8-
<version>1.1.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.M1</version>
99
<packaging>pom</packaging>
1010
<modules>
1111
<module>spring-data-graph-parent</module>
@@ -100,9 +100,9 @@
100100
<properties>
101101
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
102102
<!-- dist.* properties are used by the antrun tasks below -->
103-
<dist.id>spring-data-graph</dist.id>
104-
<dist.name>Spring Data</dist.name>
105-
<dist.key>DATAGRAPH</dist.key>
103+
<dist.id>spring-data-neo4j</dist.id>
104+
<dist.name>Spring Data Neo4j</dist.name>
105+
<dist.key>SDNEO4J</dist.key>
106106
<dist.version>${project.version}</dist.version>
107107
<dist.releaseType>snapshot</dist.releaseType>
108108
<dist.finalName>${dist.id}-${dist.version}</dist.finalName>

spring-data-graph-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-graph-parent</artifactId>
7-
<version>1.1.0.BUILD-SNAPSHOT</version>
7+
<version>1.1.0.M1</version>
88
<relativePath>../spring-data-graph-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-data-graph-core</artifactId>

spring-data-graph-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>spring-data-graph-parent</artifactId>
77
<name>Spring Data Graph Parent</name>
88
<url>http://www.springsource.org/spring-data/data-graph</url>
9-
<version>1.1.0.BUILD-SNAPSHOT</version>
9+
<version>1.1.0.M1</version>
1010
<packaging>pom</packaging>
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

spring-data-neo4j-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-graph-parent</artifactId>
7-
<version>1.1.0.BUILD-SNAPSHOT</version>
7+
<version>1.1.0.M1</version>
88
<relativePath>../spring-data-graph-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-data-neo4j-rest</artifactId>

spring-data-neo4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-graph-parent</artifactId>
7-
<version>1.1.0.BUILD-SNAPSHOT</version>
7+
<version>1.1.0.M1</version>
88
<relativePath>../spring-data-graph-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-data-neo4j</artifactId>

src/ant/upload-dist.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
- the classpath is set up for you
77
88
ant -f src/ant/upload-dist.xml \
9-
-Ddist.id=spring-data-graph \
10-
-Ddist.name='Spring Data' \
11-
-Ddist.key=DATADOC \
9+
-Ddist.id=spring-data-neo4j \
10+
-Ddist.name='Spring Data Neo4j' \
11+
-Ddist.key=SDNEO4J \
1212
-Ddist.releaseType=milestone \
1313
-Ddist.accessKey=<access key> \
1414
-Ddist.secretKey=<secret key> \

0 commit comments

Comments
 (0)