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:45 UTC

[sling-org-apache-sling-thumbnails] branch main updated (7fc83ca -> 292611c)

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

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


    from 7fc83ca  Fixing a JavaDoc issue
     new 3f6342e  [maven-release-plugin] prepare release org.apache.sling.thumbnails-1.0.0
     new 292611c  Revert "[maven-release-plugin] prepare release org.apache.sling.thumbnails-1.0.0"

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:

[sling-org-apache-sling-thumbnails] 01/02: [maven-release-plugin] prepare release org.apache.sling.thumbnails-1.0.0

Posted by dk...@apache.org.
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

[sling-org-apache-sling-thumbnails] 02/02: Revert "[maven-release-plugin] prepare release org.apache.sling.thumbnails-1.0.0"

Posted by dk...@apache.org.
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 292611cc85169b048f4d6798cf3c86dae96b880e
Author: Dan Klco <kl...@adobe.com>
AuthorDate: Tue Aug 24 08:04:14 2021 -0400

    Revert "[maven-release-plugin] prepare release org.apache.sling.thumbnails-1.0.0"
    
    This reverts commit 3f6342e234e6114a948dd47b0df258d8ad41b3ad.
---
 pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

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