|
1 | 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" |
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"> |
4 | 3 | <modelVersion>4.0.0</modelVersion>
|
5 | 4 | <groupId>org.springframework.data</groupId>
|
6 | 5 | <artifactId>spring-data-mongodb-dist</artifactId>
|
7 | 6 | <name>Spring Data MongoDB Distribution</name>
|
8 | 7 | <description>Spring Data project for MongoDB</description>
|
9 | 8 | <url>http://www.springsource.org/spring-data/mongodb</url>
|
10 |
| - <version>1.0.1.BUILD-SNAPSHOT</version> |
| 9 | + <version>1.0.1.RELEASE</version> |
11 | 10 | <packaging>pom</packaging>
|
12 | 11 | <modules>
|
13 | 12 | <module>spring-data-mongodb</module>
|
|
147 | 146 | <htmlCustomization>${project.basedir}/src/docbkx/resources/xsl/html.xsl</htmlCustomization>
|
148 | 147 | <useExtensions>1</useExtensions>
|
149 | 148 | <highlightSource>1</highlightSource>
|
150 |
| - <highlightDefaultLanguage></highlightDefaultLanguage> |
| 149 | + <highlightDefaultLanguage /> |
151 | 150 | <!-- callouts -->
|
152 | 151 | <entities>
|
153 | 152 | <entity>
|
|
158 | 157 | <postProcess>
|
159 | 158 | <copy todir="${project.basedir}/target/site/reference">
|
160 | 159 | <fileset dir="${project.basedir}/target/docbkx">
|
161 |
| - <include name="**/*.html"/> |
162 |
| - <include name="**/*.pdf"/> |
| 160 | + <include name="**/*.html" /> |
| 161 | + <include name="**/*.pdf" /> |
163 | 162 | </fileset>
|
164 | 163 | </copy>
|
165 | 164 | <copy todir="${project.basedir}/target/site/reference/html">
|
166 | 165 | <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" /> |
171 | 170 | </fileset>
|
172 | 171 | </copy>
|
173 | 172 | <copy todir="${project.basedir}/target/site/reference/html">
|
174 | 173 | <fileset dir="${project.basedir}/src/docbkx/resources/images">
|
175 |
| - <include name="*.png"/> |
| 174 | + <include name="*.png" /> |
176 | 175 | </fileset>
|
177 | 176 | </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" /> |
181 | 178 | </postProcess>
|
182 | 179 | </configuration>
|
183 | 180 | </plugin>
|
|
236 | 233 | <configuration>
|
237 | 234 | <tasks>
|
238 | 235 | <ant antfile="${basedir}/src/ant/upload-dist.xml">
|
239 |
| - <target name="upload-dist"/> |
| 236 | + <target name="upload-dist" /> |
240 | 237 | </ant>
|
241 | 238 | </tasks>
|
242 | 239 | </configuration>
|
|
0 commit comments