Skip to content

Commit

Permalink
Release version 1.0.3.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Feb 8, 2012
1 parent 9045de9 commit 057b061
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions pom.xml
@@ -1,9 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <?xml version="1.0" encoding="UTF-8"?>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId> <artifactId>spring-data-jpa</artifactId>
<version>1.0.3.BUILD-SNAPSHOT</version> <version>1.0.3.RELEASE</version>


<name>Spring Data JPA</name> <name>Spring Data JPA</name>
<description>Spring Data module to provide sophisticated support for JPA repositories</description> <description>Spring Data module to provide sophisticated support for JPA repositories</description>
Expand Down Expand Up @@ -184,9 +184,7 @@
<include name="**/*.jpg" /> <include name="**/*.jpg" />
</fileset> </fileset>
</copy> </copy>
<move file="${project.basedir}/target/site/reference/pdf/index.pdf" <move file="${project.basedir}/target/site/reference/pdf/index.pdf" tofile="${project.basedir}/target/site/reference/pdf/${project.artifactId}-reference.pdf" failonerror="false" />
tofile="${project.basedir}/target/site/reference/pdf/${project.artifactId}-reference.pdf"
failonerror="false" />
</postProcess> </postProcess>
</configuration> </configuration>
</plugin> </plugin>
Expand Down Expand Up @@ -222,7 +220,7 @@
<configuration> <configuration>
<tasks> <tasks>
<ant antfile="${basedir}/src/ant/upload-dist.xml"> <ant antfile="${basedir}/src/ant/upload-dist.xml">
<target name="upload-dist"/> <target name="upload-dist" />
</ant> </ant>
</tasks> </tasks>
</configuration> </configuration>
Expand Down Expand Up @@ -623,4 +621,4 @@
<url>http://repository.springsource.com/maven/bundles/release</url> <url>http://repository.springsource.com/maven/bundles/release</url>
</pluginRepository> </pluginRepository>
</pluginRepositories> </pluginRepositories>
</project> </project>

0 comments on commit 057b061

Please sign in to comment.