[maven-release-plugin] prepare release org.apache.aries.proxy.api-1.1.1
diff --git a/proxy/proxy-api/pom.xml b/proxy/proxy-api/pom.xml
index d071fb4..18a8112 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-SNAPSHOT</version>
+    <version>1.1.1</version>
     <description>
         This bundle contains the Apache Aries Proxy service API.
     </description>
@@ -41,7 +41,8 @@
         <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>
-    </scm>
+      <tag>org.apache.aries.proxy.api-1.1.1</tag>
+  </scm>
 
     <properties>
         <!-- Export package versions are maintained in packageinfo files -->