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 2021/07/26 13:13:28 UTC

[aries] branch trunk updated: [maven-release-plugin] prepare release org.apache.aries.proxy-1.1.11

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 1b5bf7c  [maven-release-plugin] prepare release org.apache.aries.proxy-1.1.11
1b5bf7c is described below

commit 1b5bf7c80a1fa2a698819277bf19e97ac025856e
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Jul 26 15:13:22 2021 +0200

    [maven-release-plugin] prepare release org.apache.aries.proxy-1.1.11
---
 proxy/proxy-impl/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/proxy/proxy-impl/pom.xml b/proxy/proxy-impl/pom.xml
index e2013a4..294b051 100644
--- a/proxy/proxy-impl/pom.xml
+++ b/proxy/proxy-impl/pom.xml
@@ -32,7 +32,7 @@
     <artifactId>org.apache.aries.proxy</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Proxy Service</name>
-    <version>1.1.11-SNAPSHOT</version>
+    <version>1.1.11</version>
     <description>
         This bundle contains the proxy service implementation for Apache Aries
     </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>HEAD</tag>
+      <tag>org.apache.aries.proxy-1.1.11</tag>
   </scm>
 
     <properties>