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 2019/12/19 21:10:00 UTC

[sling-org-apache-sling-app-cms] 13/17: AEM-7900 updated package version

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

dklco pushed a commit to branch SLING-7900
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit 7415cce0db9372b511cdead5de417d1e593ff335
Author: JE Bailey <ja...@sas.com>
AuthorDate: Mon Sep 24 09:15:39 2018 -0400

    AEM-7900 updated package version
---
 core/src/main/java/org/apache/sling/cms/core/models/package-info.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/java/org/apache/sling/cms/core/models/package-info.java b/core/src/main/java/org/apache/sling/cms/core/models/package-info.java
index 6579c9c..da2cdc7 100644
--- a/core/src/main/java/org/apache/sling/cms/core/models/package-info.java
+++ b/core/src/main/java/org/apache/sling/cms/core/models/package-info.java
@@ -22,7 +22,7 @@
  *
  * @version 0.9.0
  */
-@Version("1.0.0")
+@Version("1.1.0")
 package org.apache.sling.cms.core.models;
 
 import org.osgi.annotation.versioning.Version;