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-clam.git
The following commit(s) were added to refs/heads/master by this push:
new 4bb1a23 [maven-release-plugin] prepare release
org.apache.sling.clam-1.1.0
4bb1a23 is described below
commit 4bb1a239054339e00ed8246fe5c68e35a5205aff
Author: Oliver Lietz <[email protected]>
AuthorDate: Sun Sep 1 17:47:07 2019 +0200
[maven-release-plugin] prepare release org.apache.sling.clam-1.1.0
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index f381ad1..6ec8dee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
</parent>
<artifactId>org.apache.sling.clam</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
<name>Apache Sling Clam</name>
<description>Support for scanning Sling's repository data with Clam
service</description>
@@ -45,7 +45,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-clam.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-clam.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-clam.git</url>
- <tag>HEAD</tag>
+ <tag>org.apache.sling.clam-1.1.0</tag>
</scm>
<build>
@@ -220,7 +220,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.commons.clam</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -250,7 +250,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 -->