You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2019/08/31 07:06:52 UTC

[sling-org-apache-sling-commons-clam] branch master updated: [maven-release-plugin] prepare release org.apache.sling.commons.clam-2.0.0

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-clam.git


The following commit(s) were added to refs/heads/master by this push:
     new af07c92  [maven-release-plugin] prepare release org.apache.sling.commons.clam-2.0.0
af07c92 is described below

commit af07c929a314f5fc9484796b68d605e1cea807fa
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Aug 31 09:06:48 2019 +0200

    [maven-release-plugin] prepare release org.apache.sling.commons.clam-2.0.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d355152..132f1c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.sling.commons.clam</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
 
   <name>Apache Sling Commons Clam</name>
   <description>Service to scan data for malware with ClamAV</description>
@@ -43,7 +43,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-clam.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-clam.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-commons-clam.git</url>
-    <tag>HEAD</tag>
+    <tag>org.apache.sling.commons.clam-2.0.0</tag>
   </scm>
 
   <build>
@@ -155,7 +155,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.testing.paxexam</artifactId>
-      <version>3.1.0-SNAPSHOT</version>
+      <version>3.1.0</version>
       <scope>test</scope>
     </dependency>
     <!-- nullability -->