Author: desruisseaux
Date: Tue Nov 14 10:19:07 2017
New Revision: 1815197
URL: http://svn.apache.org/viewvc?rev=1815197&view=rev
Log:
Let the sis-build-helper plugin version set to ${project.version}.
Modified:
sis/branches/JDK8/core/sis-build-helper/src/main/ant/prepare-release.xml
Modified:
sis/branches/JDK8/core/sis-build-helper/src/main/ant/prepare-release.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-build-helper/src/main/ant/prepare-release.xml?rev=1815197&r1=1815196&r2=1815197&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-build-helper/src/main/ant/prepare-release.xml
(original)
+++ sis/branches/JDK8/core/sis-build-helper/src/main/ant/prepare-release.xml
Tue Nov 14 10:19:07 2017
@@ -29,12 +29,6 @@
<!-- Invoked after a branch has been created from the trunk. -->
<target name="branch">
- <!-- Ensure that the "sis-build-helper" plugin used by the build is the
released version. -->
- <replaceregexp file = "${user.dir}/pom.xml"
- match =
"<sis\.plugin\.version>.+</sis\.plugin\.version>"
- replace =
"<sis.plugin.version>${branch.version}-SNAPSHOT</sis.plugin.version>"/>
- <!-- The -SNAPSHOT part will be removed later, at tag
creation. -->
-
<!-- Replace the version number in Java code. -->
<replaceregexp file =
"${user.dir}/core/sis-utility/src/main/java/org/apache/sis/util/Version.java"
match = "MINOR_VERSION\s*\+\s*"-SNAPSHOT""
@@ -69,8 +63,6 @@
<include name="**/pom.xml"/>
<replacefilter
token="<version>${branch.version}-SNAPSHOT</version>"
value="<version>${sis.version}</version>"/>
- <replacefilter
token="<sis.plugin.version>${branch.version}-SNAPSHOT</sis.plugin.version>"
-
value="<sis.plugin.version>${sis.version}</sis.plugin.version>"/>
</replace>
</target>
</project>