You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2020/09/22 17:44:49 UTC

[sling-org-apache-sling-testing-clients] branch master updated: SLING-9757 increment the package version to compensate for the minor change

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

enorman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new cc14496  SLING-9757 increment the package version to compensate for the minor change
cc14496 is described below

commit cc144960b988af4966a12832a9f6c4b761209b10
Author: Eric Norman <en...@apache.org>
AuthorDate: Tue Sep 22 10:44:40 2020 -0700

    SLING-9757 increment the package version to compensate for the minor
    change
---
 src/main/java/org/apache/sling/testing/clients/package-info.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/testing/clients/package-info.java b/src/main/java/org/apache/sling/testing/clients/package-info.java
index b8c2d58..94da83e 100644
--- a/src/main/java/org/apache/sling/testing/clients/package-info.java
+++ b/src/main/java/org/apache/sling/testing/clients/package-info.java
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-@Version("2.1.0")
+@Version("2.2.0")
 package org.apache.sling.testing.clients;
 
 import org.osgi.annotation.versioning.Version;