You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2021/08/24 12:56:31 UTC

[sling-org-apache-sling-thumbnails] branch main updated: [maven-release-plugin] prepare release org.apache.sling.thumbnails-1.0.0

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

dklco pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-thumbnails.git


The following commit(s) were added to refs/heads/main by this push:
     new 13e4380  [maven-release-plugin] prepare release org.apache.sling.thumbnails-1.0.0
13e4380 is described below

commit 13e438003848b47f712ee451e973214ca3f4f857
Author: Dan Klco <kl...@adobe.com>
AuthorDate: Tue Aug 24 08:14:17 2021 -0400

    [maven-release-plugin] prepare release org.apache.sling.thumbnails-1.0.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 46c08b2..d152187 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
     <artifactId>org.apache.sling.thumbnails</artifactId>
     <name>Apache Sling Thumbnail Support</name>
     <description>An API and Service for creating and transforming images and documents into thumbnails</description>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
 
     <properties>
         <sling.java.version>8</sling.java.version>
@@ -25,7 +25,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-thumbnails.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-thumbnails.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-thumbnails.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.thumbnails-1.0.0</tag>
     </scm>
 
     <build>