File tree 6 files changed +15
-15
lines changed
spring-data-mongodb-cross-store
spring-data-mongodb-log4j
spring-data-mongodb-parent
6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 5
5
<groupId >org.springframework.data</groupId >
6
6
<artifactId >spring-data-mongodb-dist</artifactId >
7
7
<name >Spring Data MongoDB Distribution</name >
8
- <version >1.0 .0.RELEASE </version >
8
+ <version >1.1 .0.BUILD-SNAPSHOT </version >
9
9
<packaging >pom</packaging >
10
10
<modules >
11
11
<module >spring-data-mongodb</module >
282
282
<site >
283
283
<id >static.springframework.org</id >
284
284
<url >
285
- scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-mongodb/docs/ ${project.version}
285
+ scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-mongodb/snapshot-site
286
286
</url >
287
287
</site >
288
288
<repository >
289
- <id >spring-release </id >
290
- <name >Spring Release Repository</name >
291
- <url >s3://maven.springframework.org/release </url >
289
+ <id >spring-milestone </id >
290
+ <name >Spring Milestone Repository</name >
291
+ <url >s3://maven.springframework.org/milestone </url >
292
292
</repository >
293
293
<snapshotRepository >
294
294
<id >spring-snapshot</id >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.springframework.data</groupId >
6
6
<artifactId >spring-data-mongodb-parent</artifactId >
7
- <version >1.0 .0.RELEASE </version >
7
+ <version >1.1 .0.BUILD-SNAPSHOT </version >
8
8
<relativePath >../spring-data-mongodb-parent/pom.xml</relativePath >
9
9
</parent >
10
10
<artifactId >spring-data-mongodb-cross-store</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.data</groupId >
7
7
<artifactId >spring-data-mongodb-parent</artifactId >
8
- <version >1.0 .0.RELEASE </version >
8
+ <version >1.1 .0.BUILD-SNAPSHOT </version >
9
9
<relativePath >../spring-data-mongodb-parent/pom.xml</relativePath >
10
10
</parent >
11
11
<artifactId >spring-data-mongodb-log4j</artifactId >
Original file line number Diff line number Diff line change 6
6
<artifactId >spring-data-mongodb-parent</artifactId >
7
7
<name >Spring Data MongoDB Parent</name >
8
8
<url >http://www.springsource.org/spring-data/mongodb</url >
9
- <version >1.0 .0.RELEASE </version >
9
+ <version >1.1 .0.BUILD-SNAPSHOT </version >
10
10
<packaging >pom</packaging >
11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
65
65
<site >
66
66
<id >static.springframework.org</id >
67
67
<url >
68
- scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-mongodb/docs/ ${project.version}
68
+ scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-mongodb/snapshot-site
69
69
</url >
70
70
</site >
71
71
<repository >
72
- <id >spring-release </id >
73
- <name >Spring Release Repository</name >
74
- <url >s3://maven.springframework.org/release </url >
72
+ <id >spring-milestone </id >
73
+ <name >Spring Milestone Repository</name >
74
+ <url >s3://maven.springframework.org/milestone </url >
75
75
</repository >
76
76
<snapshotRepository >
77
77
<id >spring-snapshot</id >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.data</groupId >
7
7
<artifactId >spring-data-mongodb-parent</artifactId >
8
- <version >1.0 .0.RELEASE </version >
8
+ <version >1.1 .0.BUILD-SNAPSHOT </version >
9
9
<relativePath >../spring-data-mongodb-parent/pom.xml</relativePath >
10
10
</parent >
11
11
<artifactId >spring-data-mongodb</artifactId >
Original file line number Diff line number Diff line change 52
52
<xi : include href =" introduction/why-sd-doc.xml" />
53
53
<xi : include href =" introduction/requirements.xml" />
54
54
<xi : include href =" introduction/getting-started.xml" />
55
- <xi : include href =" https://github.com/SpringSource/spring-data-commons/raw/1.2.0.RELEASE /src/docbkx/repositories.xml" >
55
+ <xi : include href =" https://github.com/SpringSource/spring-data-commons/raw/master /src/docbkx/repositories.xml" >
56
56
<xi : fallback href =" ../../../spring-data-commons/src/docbkx/repositories.xml" />
57
57
</xi : include >
58
58
</part >
72
72
<part id =" appendix" >
73
73
<title >Appendix</title >
74
74
75
- <xi : include href =" https://raw.github.com/SpringSource/spring-data-commons/1.2.0.RELEASE /src/docbkx/repository-namespace-reference.xml" >
75
+ <xi : include href =" https://raw.github.com/SpringSource/spring-data-commons/master /src/docbkx/repository-namespace-reference.xml" >
76
76
<xi : fallback href =" ../../../spring-data-commons/src/docbkx/repository-namespace-reference.xml" />
77
77
</xi : include >
78
78
</part >
You can’t perform that action at this time.
0 commit comments