You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cr...@apache.org on 2020/11/20 23:42:15 UTC

[sling-org-apache-sling-junit-core] 05/05: update package version to 1.2.0 as per bnd-baseline-maven-plugin recommendation

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

cris pushed a commit to branch SLING-9915-Support-for-SlingAnnotationsTestRunner
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-core.git

commit c586af9f9e2665c277348aa9b1095a6b54971fdf
Author: Cris Rockwell <cm...@umich.edu>
AuthorDate: Fri Nov 20 18:41:47 2020 -0500

    update package version to 1.2.0 as per bnd-baseline-maven-plugin recommendation
---
 src/main/java/org/apache/sling/junit/annotations/package-info.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/junit/annotations/package-info.java b/src/main/java/org/apache/sling/junit/annotations/package-info.java
index f265cce..c3874ab 100644
--- a/src/main/java/org/apache/sling/junit/annotations/package-info.java
+++ b/src/main/java/org/apache/sling/junit/annotations/package-info.java
@@ -16,7 +16,7 @@
  ~ specific language governing permissions and limitations
  ~ under the License.
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
-@Version("1.1.0")
+@Version("1.2.0")
 package org.apache.sling.junit.annotations;
 
 import org.osgi.annotation.versioning.Version;