You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2021/09/14 18:09:40 UTC

[ws-neethi] branch master updated: [maven-release-plugin] prepare release neethi-3.2.0

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

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-neethi.git


The following commit(s) were added to refs/heads/master by this push:
     new 96f319e  [maven-release-plugin] prepare release neethi-3.2.0
96f319e is described below

commit 96f319eddfabd37c37775f46abcc288c5525b048
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Tue Sep 14 14:09:38 2021 -0400

    [maven-release-plugin] prepare release neethi-3.2.0
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 04922fc..7d51f1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <groupId>org.apache.neethi</groupId>
     <artifactId>neethi</artifactId>
     <name>Apache Neethi</name>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>3.2.0</version>
     <packaging>bundle</packaging>
     <description>Apache Neethi provides general framework for the programmers to use WS Policy. It is compliant with latest WS Policy specification which was published in March 2006. This framework is specifically written to enable the Apache Web services stack to use WS Policy as a way of expressing it's requirements and capabilities.</description>
     <url>https://ws.apache.org/neethi/</url>
@@ -100,7 +100,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/ws-neethi.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/ws-neethi.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=ws-neethi.git;a=summary</url>
-    </scm>
+      <tag>neethi-3.2.0</tag>
+  </scm>
     <organization>
         <name>The Apache Software Foundation</name>
         <url>https://www.apache.org/</url>