You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2018/12/03 16:09:25 UTC

[aries-jpa] 02/02: Fix version

This is an automated email from the ASF dual-hosted git repository.

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jpa.git

commit 0ee48447205fc709d46fa928e2a5a8dd6510f5ee
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Mon Dec 3 17:09:12 2018 +0100

    Fix version
---
 pom.xml            |  1 -
 release.properties | 12 ++++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b8bb23f..eefb09a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,6 @@
     <scm>
         <connection>scm:git:git@github.com:apache/aries-jpa.git</connection>
         <developerConnection>scm:git:git@github.com:apache/aries-jpa.git</developerConnection>
-        <tag>aries-jpa-2.7.1</tag>
     </scm>
 
     <modules>
diff --git a/release.properties b/release.properties
new file mode 100644
index 0000000..1fdce44
--- /dev/null
+++ b/release.properties
@@ -0,0 +1,12 @@
+#release configuration
+#Mon Dec 03 17:07:43 CET 2018
+scm.tagNameFormat=jpa-@{project.version}
+pushChanges=true
+scm.url=scm\:git\:git@github.com\:apache/aries-jpa.git
+preparationGoals=clean verify
+remoteTagging=true
+projectVersionPolicyId=default
+scm.commentPrefix=[maven-release-plugin] 
+exec.additionalArguments=-Papache-release  -P artifactory-corp
+exec.snapshotReleasePluginAllowed=false
+completedPhase=scm-check-modifications