Repository: commons-crypto Updated Branches: refs/heads/master 444fbe1d4 -> 00e0ee1d9
[maven-release-plugin] prepare release CRYPTO-1.0.0-RC1 Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/00e0ee1d Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/00e0ee1d Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/00e0ee1d Branch: refs/heads/master Commit: 00e0ee1d9ca1278213e8c287569caee7fc3b7021 Parents: 444fbe1 Author: Dapeng Sun <s...@apache.org> Authored: Mon Jul 25 09:55:00 2016 +0800 Committer: Dapeng Sun <s...@apache.org> Committed: Mon Jul 25 09:55:00 2016 +0800 ---------------------------------------------------------------------- pom.xml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/00e0ee1d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6fe3f2b..e852f90 100644 --- a/pom.xml +++ b/pom.xml @@ -12,10 +12,7 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> -<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/maven-v4_0_0.xsd"> +<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/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> @@ -72,7 +69,7 @@ The following provides more details on the included cryptographic software: * Commons Crypto link to and use [OpenSSL](https://www.openssl.org/) ciphers </description> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <name>Apache Commons Crypto</name> <inceptionYear>2016</inceptionYear> <url>http://commons.apache.org/proper/commons-crypto/</url> @@ -90,6 +87,7 @@ The following provides more details on the included cryptographic software: <url> https://git-wip-us.apache.org/repos/asf?p=commons-crypto.git </url> + <tag>CRYPTO-1.0.0-RC1</tag> </scm> <ciManagement> <system>Jenkins</system> @@ -476,14 +474,13 @@ The following provides more details on the included cryptographic software: </goals> <configuration> <target name="make"> - <taskdef resource="net/sf/antcontrib/antcontrib.properties" - classpathref="maven.plugin.classpath"/> + <taskdef resource="net/sf/antcontrib/antcontrib.properties" classpathref="maven.plugin.classpath" /> <exec executable="make" failonerror="true" dir="${project.basedir}"> - <env key="VERSION" value="${project.version}"/> - <env key="PROJECT_NAME" value="${project.name}"/> + <env key="VERSION" value="${project.version}" /> + <env key="PROJECT_NAME" value="${project.name}" /> <!-- For debugging: --> - <!-- <arg value="-d"/> --> - <arg value="${target.name}"/> + <!-- <arg value="-d" /> --> + <arg value="${target.name}" /> </exec> </target> </configuration>