This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-cache-impl.git
The following commit(s) were added to refs/heads/master by this push:
new 5b5c81b Fix build issues and update to sling 47 (#1)
5b5c81b is described below
commit 5b5c81b94881ece6eee2b127309991a2de0cafa7
Author: Ashok Pelluru <[email protected]>
AuthorDate: Thu Mar 31 11:30:20 2022 +0200
Fix build issues and update to sling 47 (#1)
---
README.md | 2 +-
pom.xml | 11 ++++++++---
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 415d20b..70e816e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
[](https://sling.apache.org)
- [](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-commons-cache-impl/job/master/) [](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-commons-cache-impl) [![Sonarc
[...]
+ [](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-commons-cache-impl/job/master/) [](https://ci-builds.apache.org/job/Sling/job/modules/job/sling
[...]
# Apache Sling Cache API Implementation support library
diff --git a/pom.xml b/pom.xml
index 701e84f..4bc9ca5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,8 +23,8 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
- <version>16</version>
- <relativePath/>
+ <version>47</version>
+ <relativePath />
</parent>
<artifactId>org.apache.sling.commons.cache.impl</artifactId>
@@ -36,12 +36,17 @@
This bundle provides an implementation support for Cache
implementations. It is a utility jar that should be embedded.
</description>
+ <properties>
+ <sling.java.version>8</sling.java.version>
+ <project.build.outputTimestamp>1</project.build.outputTimestamp>
+ </properties>
+
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-cache-impl.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-cache-impl.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-commons-cache-impl.git</url>
+ <tag>HEAD</tag>
</scm>
-
<dependencies>
<dependency>