Skip to content

Commit edd71ca

Browse files
committed
Release version 1.0.1.RELEASE.
1 parent 82bd7a6 commit edd71ca

File tree

5 files changed

+24
-30
lines changed

5 files changed

+24
-30
lines changed

pom.xml

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>org.springframework.data</groupId>
65
<artifactId>spring-data-mongodb-dist</artifactId>
76
<name>Spring Data MongoDB Distribution</name>
87
<description>Spring Data project for MongoDB</description>
98
<url>http://www.springsource.org/spring-data/mongodb</url>
10-
<version>1.0.1.BUILD-SNAPSHOT</version>
9+
<version>1.0.1.RELEASE</version>
1110
<packaging>pom</packaging>
1211
<modules>
1312
<module>spring-data-mongodb</module>
@@ -147,7 +146,7 @@
147146
<htmlCustomization>${project.basedir}/src/docbkx/resources/xsl/html.xsl</htmlCustomization>
148147
<useExtensions>1</useExtensions>
149148
<highlightSource>1</highlightSource>
150-
<highlightDefaultLanguage></highlightDefaultLanguage>
149+
<highlightDefaultLanguage />
151150
<!-- callouts -->
152151
<entities>
153152
<entity>
@@ -158,26 +157,24 @@
158157
<postProcess>
159158
<copy todir="${project.basedir}/target/site/reference">
160159
<fileset dir="${project.basedir}/target/docbkx">
161-
<include name="**/*.html"/>
162-
<include name="**/*.pdf"/>
160+
<include name="**/*.html" />
161+
<include name="**/*.pdf" />
163162
</fileset>
164163
</copy>
165164
<copy todir="${project.basedir}/target/site/reference/html">
166165
<fileset dir="${project.basedir}/src/docbkx/resources">
167-
<include name="**/*.css"/>
168-
<include name="**/*.png"/>
169-
<include name="**/*.gif"/>
170-
<include name="**/*.jpg"/>
166+
<include name="**/*.css" />
167+
<include name="**/*.png" />
168+
<include name="**/*.gif" />
169+
<include name="**/*.jpg" />
171170
</fileset>
172171
</copy>
173172
<copy todir="${project.basedir}/target/site/reference/html">
174173
<fileset dir="${project.basedir}/src/docbkx/resources/images">
175-
<include name="*.png"/>
174+
<include name="*.png" />
176175
</fileset>
177176
</copy>
178-
<move file="${project.basedir}/target/site/reference/pdf/index.pdf"
179-
tofile="${project.basedir}/target/site/reference/pdf/spring-data-mongo-reference.pdf"
180-
failonerror="false"/>
177+
<move file="${project.basedir}/target/site/reference/pdf/index.pdf" tofile="${project.basedir}/target/site/reference/pdf/spring-data-mongo-reference.pdf" failonerror="false" />
181178
</postProcess>
182179
</configuration>
183180
</plugin>
@@ -236,7 +233,7 @@
236233
<configuration>
237234
<tasks>
238235
<ant antfile="${basedir}/src/ant/upload-dist.xml">
239-
<target name="upload-dist"/>
236+
<target name="upload-dist" />
240237
</ant>
241238
</tasks>
242239
</configuration>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +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/maven-v4_0_0.xsd">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-mongodb-parent</artifactId>
7-
<version>1.0.1.BUILD-SNAPSHOT</version>
7+
<version>1.0.1.RELEASE</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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.springframework.data</groupId>
76
<artifactId>spring-data-mongodb-parent</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
7+
<version>1.0.1.RELEASE</version>
98
<relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
109
</parent>
1110
<artifactId>spring-data-mongodb-log4j</artifactId>

spring-data-mongodb-parent/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>org.springframework.data</groupId>
65
<artifactId>spring-data-mongodb-parent</artifactId>
76
<name>Spring Data MongoDB Parent</name>
87
<description>Spring Data project for MongoDB</description>
98
<url>http://www.springsource.org/spring-data/mongodb</url>
10-
<version>1.0.1.BUILD-SNAPSHOT</version>
9+
<version>1.0.1.RELEASE</version>
1110
<packaging>pom</packaging>
1211
<properties>
1312
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -229,7 +228,7 @@
229228
<dependency>
230229
<groupId>org.springframework.data</groupId>
231230
<artifactId>spring-data-mongodb</artifactId>
232-
<version>${project.version}</version>
231+
<version>1.0.1.RELEASE</version>
233232
</dependency>
234233

235234
<!-- Logging -->

spring-data-mongodb/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.springframework.data</groupId>
76
<artifactId>spring-data-mongodb-parent</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
7+
<version>1.0.1.RELEASE</version>
98
<relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
109
</parent>
1110
<artifactId>spring-data-mongodb</artifactId>

0 commit comments

Comments
 (0)