Skip to content

Commit

Permalink
Release version 1.1.0.RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Feb 8, 2012
1 parent 8b78d0f commit 4e17ad3
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"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.RC1</version>

<name>Spring Data JPA</name>
<description>Spring Data module to provide sophisticated support for JPA repositories</description>
Expand Down Expand Up @@ -188,9 +188,7 @@
<include name="**/*.jpg" />
</fileset>
</copy>
<move file="${project.basedir}/target/site/reference/pdf/index.pdf"
tofile="${project.basedir}/target/site/reference/pdf/${project.artifactId}-reference.pdf"
failonerror="false" />
<move file="${project.basedir}/target/site/reference/pdf/index.pdf" tofile="${project.basedir}/target/site/reference/pdf/${project.artifactId}-reference.pdf" failonerror="false" />
</postProcess>
</configuration>
</plugin>
Expand Down Expand Up @@ -226,7 +224,7 @@
<configuration>
<tasks>
<ant antfile="${basedir}/src/ant/upload-dist.xml">
<target name="upload-dist"/>
<target name="upload-dist" />
</ant>
</tasks>
</configuration>
Expand Down Expand Up @@ -670,4 +668,4 @@
<url>http://repo.springsource.org/plugins-release</url>
</pluginRepository>
</pluginRepositories>
</project>
</project>

0 comments on commit 4e17ad3

Please sign in to comment.