updated maven central poms, added parent pom.

Generated from ivy.xml -> pom.xml using makepom ant task.  (this is the pom for the S2 bundle repo)
The convert pom.xml using mvn org.springframework.build.repository:org.springframework.build.repository.maven:create-central (this is the pom for maven central repo)
This commit is contained in:
Mark Pollack
2009-03-21 02:09:26 +00:00
parent 72e57cab55
commit d206a84e68
29 changed files with 986 additions and 527 deletions

View File

@@ -3,6 +3,7 @@
<property file="${basedir}/../build.properties"/>
<import file="${basedir}/../build-spring-integration/package-bundle.xml"/>
<import file="${basedir}/../build-spring-integration/generate-pom.xml"/>
<import file="${basedir}/../spring-build/standard/default.xml"/>
</project>