This repository was archived by the owner on Jan 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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 >
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>
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 66 - the classpath is set up for you
77
88ant -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> \
You can’t perform that action at this time.
0 commit comments