This is an automated email from the ASF dual-hosted git repository.
dklco pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
The following commit(s) were added to refs/heads/master by this push:
new 799b553 Updating version number to make baseline happy
799b553 is described below
commit 799b5537b1fdb4a2fe6f1c4b9cc966b9702c2679
Author: Dan Klco <[email protected]>
AuthorDate: Mon Dec 28 10:47:34 2020 -0500
Updating version number to make baseline happy
---
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 38b2477..7de4eea 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
@@ -20,7 +20,7 @@
/**
* Package with all of the core models used to support the Sling reference CMS
*/
-@Version("2.2.1")
+@Version("3.0.0")
package org.apache.sling.cms.core.models;
import org.osgi.annotation.versioning.Version;