You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2022/02/01 08:33:09 UTC

[sling-org-apache-sling-rewriter] branch master updated: SLING-11103 - Improvements in synchronization and additional logging - Update to parent 46

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-rewriter.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ffe7c3  SLING-11103 - Improvements in synchronization and additional logging - Update to parent 46
7ffe7c3 is described below

commit 7ffe7c3c2df346766c2d3ae1b30b2871ec5fa7e1
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Feb 1 09:33:01 2022 +0100

    SLING-11103 - Improvements in synchronization and additional logging - Update to parent 46
---
 .gitignore |  1 +
 bnd.bnd    | 13 -------------
 pom.xml    |  3 ++-
 3 files changed, 3 insertions(+), 14 deletions(-)

diff --git a/.gitignore b/.gitignore
index 5b783ed..c7f991e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@ maven-eclipse.xml
 *.iws
 *.bak
 .vlt
+.vscode
 .DS_Store
 jcr.log
 atlassian-ide-plugin.xml
diff --git a/bnd.bnd b/bnd.bnd
index 2cc6d9a..c34700d 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -1,19 +1,6 @@
-Bundle-Category: sling
-
-Bundle-Description: ${project.description}
-
-Bundle-DocURL: https://sling.apache.org
-
-Bundle-License: Apache License, Version 2.0
-
-Bundle-Vendor: The Apache Software Foundation
-
 Import-Package:\
   org.apache.cocoon.components.serializers.util;resolution:=optional,\
   *
-
--exportcontents: ${packages;VERSIONED}
-
 -removeheaders:\
   Include-Resource,\
   Private-Package
diff --git a/pom.xml b/pom.xml
index d2b1d2f..cbaf452 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>38</version>
+        <version>46</version>
         <relativePath />
     </parent>
 
@@ -46,6 +46,7 @@
 
     <properties>
         <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
+        <project.build.outputTimestamp>1</project.build.outputTimestamp>
     </properties>
 
     <build>