You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jb...@apache.org on 2020/05/20 09:29:00 UTC

[aries] branch trunk updated: [maven-release-plugin] prepare for next development iteration

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

jbonofre pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f4fab9a  [maven-release-plugin] prepare for next development iteration
f4fab9a is described below

commit f4fab9a81c8923c3b539cfdd8078adc9983fae41
Author: jbonofre <jb...@apache.org>
AuthorDate: Wed May 20 11:30:02 2020 +0200

    [maven-release-plugin] prepare for next development iteration
---
 proxy/proxy-api/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/proxy/proxy-api/pom.xml b/proxy/proxy-api/pom.xml
index 18a8112..45ada53 100644
--- a/proxy/proxy-api/pom.xml
+++ b/proxy/proxy-api/pom.xml
@@ -32,7 +32,7 @@
     <artifactId>org.apache.aries.proxy.api</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Proxy API</name>
-    <version>1.1.1</version>
+    <version>1.1.2-SNAPSHOT</version>
     <description>
         This bundle contains the Apache Aries Proxy service API.
     </description>
@@ -41,7 +41,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-      <tag>org.apache.aries.proxy.api-1.1.1</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <properties>