rename from 1.0.2-SNAPSHOT to 1.0.2.SNAPSHOT
Support publishing only a POM artifact to the maven repo Support for running maven deployment on windows OS.
This commit is contained in:
6
spring-integration-parent/build.xml
Normal file
6
spring-integration-parent/build.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="org.springframework.spring-parent" xmlns:maven="antlib:org.apache.maven.artifact.ant">
|
||||
<property file="${basedir}/../build.properties"/>
|
||||
<import file="${basedir}/../build-spring-integration/package-bundle.xml"/>
|
||||
<import file="${basedir}/../spring-build/standard/default.xml"/>
|
||||
</project>
|
||||
Reference in New Issue
Block a user