|
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 |
| - <version>1.1.0.BUILD-SNAPSHOT</version> |
| 7 | + <version>1.1.0.M1</version> |
9 | 8 | <packaging>pom</packaging>
|
10 | 9 | <modules>
|
11 | 10 | <module>spring-data-mongodb</module>
|
|
145 | 144 | <htmlCustomization>${project.basedir}/src/docbkx/resources/xsl/html.xsl</htmlCustomization>
|
146 | 145 | <useExtensions>1</useExtensions>
|
147 | 146 | <highlightSource>1</highlightSource>
|
148 |
| - <highlightDefaultLanguage></highlightDefaultLanguage> |
| 147 | + <highlightDefaultLanguage /> |
149 | 148 | <!-- callouts -->
|
150 | 149 | <entities>
|
151 | 150 | <entity>
|
|
156 | 155 | <postProcess>
|
157 | 156 | <copy todir="${project.basedir}/target/site/reference">
|
158 | 157 | <fileset dir="${project.basedir}/target/docbkx">
|
159 |
| - <include name="**/*.html"/> |
160 |
| - <include name="**/*.pdf"/> |
| 158 | + <include name="**/*.html" /> |
| 159 | + <include name="**/*.pdf" /> |
161 | 160 | </fileset>
|
162 | 161 | </copy>
|
163 | 162 | <copy todir="${project.basedir}/target/site/reference/html">
|
164 | 163 | <fileset dir="${project.basedir}/src/docbkx/resources">
|
165 |
| - <include name="**/*.css"/> |
166 |
| - <include name="**/*.png"/> |
167 |
| - <include name="**/*.gif"/> |
168 |
| - <include name="**/*.jpg"/> |
| 164 | + <include name="**/*.css" /> |
| 165 | + <include name="**/*.png" /> |
| 166 | + <include name="**/*.gif" /> |
| 167 | + <include name="**/*.jpg" /> |
169 | 168 | </fileset>
|
170 | 169 | </copy>
|
171 | 170 | <copy todir="${project.basedir}/target/site/reference/html">
|
172 | 171 | <fileset dir="${project.basedir}/src/docbkx/resources/images">
|
173 |
| - <include name="*.png"/> |
| 172 | + <include name="*.png" /> |
174 | 173 | </fileset>
|
175 | 174 | </copy>
|
176 |
| - <move file="${project.basedir}/target/site/reference/pdf/index.pdf" |
177 |
| - tofile="${project.basedir}/target/site/reference/pdf/spring-data-mongo-reference.pdf" |
178 |
| - failonerror="false"/> |
| 175 | + <move file="${project.basedir}/target/site/reference/pdf/index.pdf" tofile="${project.basedir}/target/site/reference/pdf/spring-data-mongo-reference.pdf" failonerror="false" /> |
179 | 176 | </postProcess>
|
180 | 177 | </configuration>
|
181 | 178 | </plugin>
|
|
234 | 231 | <configuration>
|
235 | 232 | <tasks>
|
236 | 233 | <ant antfile="${basedir}/src/ant/upload-dist.xml">
|
237 |
| - <target name="upload-dist"/> |
| 234 | + <target name="upload-dist" /> |
238 | 235 | </ant>
|
239 | 236 | </tasks>
|
240 | 237 | </configuration>
|
|
0 commit comments