Skip to content

Commit 4a6fa5c

Browse files
committed
DATAMONGO-357 - Prepare 1.1.0 development branch.
1 parent 9cd3376 commit 4a6fa5c

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-mongodb-dist</artifactId>
77
<name>Spring Data MongoDB Distribution</name>
8-
<version>1.0.0.RELEASE</version>
8+
<version>1.1.0.BUILD-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010
<modules>
1111
<module>spring-data-mongodb</module>
@@ -282,13 +282,13 @@
282282
<site>
283283
<id>static.springframework.org</id>
284284
<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
286286
</url>
287287
</site>
288288
<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>
292292
</repository>
293293
<snapshotRepository>
294294
<id>spring-snapshot</id>

spring-data-mongodb-cross-store/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-mongodb-parent</artifactId>
7-
<version>1.0.0.RELEASE</version>
7+
<version>1.1.0.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-data-mongodb-cross-store</artifactId>

spring-data-mongodb-log4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-mongodb-parent</artifactId>
8-
<version>1.0.0.RELEASE</version>
8+
<version>1.1.0.BUILD-SNAPSHOT</version>
99
<relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-data-mongodb-log4j</artifactId>

spring-data-mongodb-parent/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>spring-data-mongodb-parent</artifactId>
77
<name>Spring Data MongoDB Parent</name>
88
<url>http://www.springsource.org/spring-data/mongodb</url>
9-
<version>1.0.0.RELEASE</version>
9+
<version>1.1.0.BUILD-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -65,13 +65,13 @@
6565
<site>
6666
<id>static.springframework.org</id>
6767
<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
6969
</url>
7070
</site>
7171
<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>
7575
</repository>
7676
<snapshotRepository>
7777
<id>spring-snapshot</id>

spring-data-mongodb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-mongodb-parent</artifactId>
8-
<version>1.0.0.RELEASE</version>
8+
<version>1.1.0.BUILD-SNAPSHOT</version>
99
<relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-data-mongodb</artifactId>

src/docbkx/index.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<xi:include href="introduction/why-sd-doc.xml"/>
5353
<xi:include href="introduction/requirements.xml"/>
5454
<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">
5656
<xi:fallback href="../../../spring-data-commons/src/docbkx/repositories.xml" />
5757
</xi:include>
5858
</part>
@@ -72,7 +72,7 @@
7272
<part id="appendix">
7373
<title>Appendix</title>
7474

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">
7676
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-namespace-reference.xml" />
7777
</xi:include>
7878
</part>

0 commit comments

Comments
 (0)