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-mime.git
The following commit(s) were added to refs/heads/master by this push:
new 8e36825 [maven-release-plugin] prepare release
org.apache.sling.commons.mime-2.2.0
8e36825 is described below
commit 8e3682523e993f9d050b6847f2f1a3bc05340800
Author: Oliver Lietz <[email protected]>
AuthorDate: Sat Sep 8 11:59:43 2018 +0200
[maven-release-plugin] prepare release org.apache.sling.commons.mime-2.2.0
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 24e674c..6f0d219 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>org.apache.sling.commons.mime</artifactId>
- <version>2.2.0-SNAPSHOT</version>
+ <version>2.2.0</version>
<name>Apache Sling Commons MIME type mapping support</name>
<description>
@@ -39,7 +39,8 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-mime.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-mime.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-commons-mime.git</url>
- </scm>
+ <tag>org.apache.sling.commons.mime-2.2.0</tag>
+ </scm>
<build>
<plugins>