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:09:46 UTC

[sling-org-apache-sling-thumbnails] 01/02: [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

commit 3f6342e234e6114a948dd47b0df258d8ad41b3ad
Author: Dan Klco <kl...@adobe.com>
AuthorDate: Tue Aug 24 07:58:12 2021 -0400

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

diff --git a/pom.xml b/pom.xml
index 5a3b07d..8fad70a 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>
@@ -328,4 +328,8 @@
         </dependency>
 
     </dependencies>
+
+  <scm>
+    <tag>org.apache.sling.thumbnails-1.0.0</tag>
+  </scm>
 </project>
\ No newline at end of file