updates ready for 2.1.0.M4

This commit is contained in:
dsyer
2009-12-23 13:40:33 +00:00
parent 35106a70dd
commit 867156681f
3 changed files with 13 additions and 15 deletions

View File

@@ -540,7 +540,7 @@
<pluginRepository>
<id>com.springsource.repository.bundles.milestone</id>
<name> SpringSource Enterprise Bundle Repository - SpringSource Bundle Milestones</name>
<url>http://repository.springsource.com/maven/bundles/milestone</url>
<url>http://repository.springsource.com/maven/bundles/milestone/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
@@ -548,7 +548,7 @@
<pluginRepository>
<id>com.springsource.repository.bundles.snapshot</id>
<name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Snapshots</name>
<url>http://repository.springsource.com/maven/bundles/snapshot</url>
<url>http://repository.springsource.com/maven/bundles/snapshot/</url>
</pluginRepository>
</pluginRepositories>
</project>

View File

@@ -33,21 +33,19 @@
<profile>
<id>spring3</id>
<properties>
<spring.framework.version>3.0.0.BUILD-SNAPSHOT</spring.framework.version>
<junit.version>4.6</junit.version>
<spring.framework.version>3.0.0.RELEASE</spring.framework.version>
<junit.version>4.7</junit.version>
</properties>
<repositories>
</profile>
<profile>
<id>central</id>
<distributionManagement>
<repository>
<id>spring-snapshots</id>
<url>http://s3.amazonaws.com/maven.springframework.org/snapshot/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>spring-sourceforge</id>
<name>Spring Sourceforge Repository</name>
<url>https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo</url>
</repository>
</repositories>
</distributionManagement>
</profile>
<profile>
<id>staging</id>

View File

@@ -8,7 +8,7 @@
Spring Batch Documentation
This is the home of the Spring Batch Reference Guide. This is where you can find out how to use Spring Batch and how the pieces fit together. For detailed descriptions of the individual classes in Spring Batch please refer to the {{{../apidocs/index.html}Javadocs}}. There is also a separate section of this web site for the {{{../org.springframework.batch.samples/index.html}Spring Batch Samples}}. If you want to get started quickly that might be a good place to start.
This is the home of the Spring Batch Reference Guide. This is where you can find out how to use Spring Batch and how the pieces fit together. For detailed descriptions of the individual classes in Spring Batch please refer to the {{{../apidocs/index.html}Javadocs}}. There is also a separate section of this web site for the {{{../spring-batch-samples/index.html}Spring Batch Samples}}. If you want to get started quickly that might be a good place to start.
Use the links below to navigate to the HTML and PDF versions of the guide: