This is an automated email from the ASF dual-hosted git repository.
hasan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/clerezza.git
The following commit(s) were added to refs/heads/master by this push:
new 905968d [maven-release-plugin] prepare release clerezza-api-2.0.0
905968d is described below
commit 905968d616fec761da37a5469b2fee94342d89bd
Author: Hasan <[email protected]>
AuthorDate: Mon Jan 27 01:28:00 2020 +0100
[maven-release-plugin] prepare release clerezza-api-2.0.0
---
api/pom.xml | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/api/pom.xml b/api/pom.xml
index 350e660..7a5416f 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -16,9 +16,7 @@
either express or implied. See the License for the specific
language governing permissions and limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.clerezza</groupId>
@@ -28,7 +26,7 @@
</parent>
<artifactId>api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
<packaging>bundle</packaging>
<name>Clerezza - API</name>
<description>
@@ -48,7 +46,7 @@
<url>https://github.com/apache/clerezza</url>
<connection>scm:git:https://gitbox.apache.org/repos/asf/clerezza.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/clerezza.git</developerConnection>
- <tag>HEAD</tag>
+ <tag>clerezza-api-2.0.0</tag>
</scm>
<build>