You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sd...@apache.org on 2016/07/22 07:45:08 UTC

commons-crypto git commit: [maven-release-plugin] prepare release CRYPTO-1.0.0-RC1

Repository: commons-crypto
Updated Branches:
  refs/heads/master 850e4bd6f -> 85c4bf00d


[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/85c4bf00
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/85c4bf00
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/85c4bf00

Branch: refs/heads/master
Commit: 85c4bf00da1da189359e86afb0eb0c6b02d8e587
Parents: 850e4bd
Author: Sun Dapeng <sd...@apache.org>
Authored: Fri Jul 22 15:40:15 2016 +0800
Committer: Sun Dapeng <sd...@apache.org>
Committed: Fri Jul 22 15:40:15 2016 +0800

----------------------------------------------------------------------
 pom.xml | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/85c4bf00/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>