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:23 UTC

[aries-jpa] branch master updated (fd9f476 -> 0ee4844)

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

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


    from fd9f476  Add plugin settings like in rsa
     new bf9bae1  Fix version
     new 0ee4844  Fix version

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml            |  3 +--
 release.properties | 12 ++++++++++++
 2 files changed, 13 insertions(+), 2 deletions(-)
 create mode 100644 release.properties


[aries-jpa] 02/02: Fix version

Posted by cs...@apache.org.
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


[aries-jpa] 01/02: Fix version

Posted by cs...@apache.org.
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 bf9bae12ab24905f0349513ee2aac58b1ee9cc02
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Mon Dec 3 17:07:39 2018 +0100

    Fix version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6a20429..b8bb23f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.7.1</version>
+        <version>2.7.1-SNAPSHOT</version>
         <relativePath>jpa-parent</relativePath>
     </parent>