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 <[email protected]> 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 [email protected].
