This is an automated email from the ASF dual-hosted git repository.
pauls pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-jspc-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 9ead0ef Update to sling parent 46
9ead0ef is described below
commit 9ead0ef0d3cdf5e082e98f967ed519e6217f2ea2
Author: Karl Pauls <[email protected]>
AuthorDate: Thu Dec 16 14:37:27 2021 +0100
Update to sling parent 46
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 08fb36a..79e3722 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
- <version>41</version>
+ <version>46</version>
<relativePath />
</parent>
@@ -46,6 +46,7 @@
<maven.site.path>${project.artifactId}-archives/${project.artifactId}-LATEST</maven.site.path>
<site.jira.version.id>12313225,12313347,12319479,12319561,12325751,12347153,12348438,12348556,12350208</site.jira.version.id>
<maven.version>3.5.0</maven.version>
+ <project.build.outputTimestamp>1</project.build.outputTimestamp>
</properties>
<prerequisites>