You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2018/04/30 15:47:31 UTC

[aries-tx-control] branch master updated (44f72ca -> f7cd89e)

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

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


    from 44f72ca  Move to using Git SCM information so that automatic releasing can occur
     add ced44ae  [ARIES Tx Control 1.0.0 maven-release-plugin]prepare release 1.0.0
     new f7cd89e  [ARIES Tx Control 1.0.0 maven-release-plugin]prepare for next development iteration

The 1 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                                                  |  4 ++--
 tx-control-parent/pom.xml                                |  4 ++--
 tx-control-providers/jdbc/pom.xml                        |  4 ++--
 tx-control-providers/jdbc/tx-control-jdbc-itests/pom.xml | 12 ++++++------
 .../jdbc/tx-control-provider-jdbc-common/pom.xml         |  4 ++--
 .../jdbc/tx-control-provider-jdbc-local/pom.xml          |  4 ++--
 .../jdbc/tx-control-provider-jdbc-parent/pom.xml         |  4 ++--
 .../jdbc/tx-control-provider-jdbc-xa/pom.xml             |  4 ++--
 tx-control-providers/jpa/pom.xml                         |  4 ++--
 tx-control-providers/jpa/tx-control-jpa-itests/pom.xml   | 12 ++++++------
 .../jpa/tx-control-provider-jpa-common/pom.xml           |  4 ++--
 .../jpa/tx-control-provider-jpa-local/pom.xml            |  6 +++---
 .../jpa/tx-control-provider-jpa-parent/pom.xml           |  6 +++---
 .../pom.xml                                              |  4 ++--
 .../pom.xml                                              |  4 ++--
 .../pom.xml                                              |  4 ++--
 .../tx-control-provider-jpa-xa-plugin-openjpa/pom.xml    |  4 ++--
 .../jpa/tx-control-provider-jpa-xa/pom.xml               | 16 ++++++++--------
 tx-control-providers/pom.xml                             |  4 ++--
 tx-control-providers/tx-control-provider-common/pom.xml  |  4 ++--
 tx-control-providers/tx-control-provider-parent/pom.xml  |  4 ++--
 tx-control-services/pom.xml                              |  4 ++--
 tx-control-services/tx-control-service-common/pom.xml    |  4 ++--
 tx-control-services/tx-control-service-local/pom.xml     |  4 ++--
 tx-control-services/tx-control-service-parent/pom.xml    |  4 ++--
 tx-control-services/tx-control-service-xa/pom.xml        |  4 ++--
 26 files changed, 68 insertions(+), 68 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
timothyjward@apache.org.

[aries-tx-control] 01/01: [ARIES Tx Control 1.0.0 maven-release-plugin]prepare for next development iteration

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f7cd89eb49a99df841c3ab9c217dd678d5a18121
Author: Tim Ward <ti...@apache.org>
AuthorDate: Mon Apr 30 16:47:30 2018 +0100

    [ARIES Tx Control 1.0.0 maven-release-plugin]prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 341d69c..d2b8ea4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,20 +22,20 @@
 	<parent>
 		<groupId>org.apache.aries.tx-control</groupId>
 		<artifactId>tx-control-parent</artifactId>
-		<version>1.0.0</version>
+		<version>1.0.1-SNAPSHOT</version>
 		<relativePath>tx-control-parent</relativePath>
 	</parent>
 
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control</artifactId>
-	<version>1.0.0</version>
+	<version>1.0.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<description>Apache Aries Transaction Control Reactor POM</description>
 	<scm>
         <connection>scm:git:http://gitbox.apache.org/repos/asf/aries-tx-control.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-tx-control.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries-tx-control.git</url>
-        <tag>1.0.0</tag>
+        <tag>HEAD</tag>
 	</scm>
 
 	<profiles>

-- 
To stop receiving notification emails like this one, please contact
timothyjward@apache.org.