This is an automated email from the ASF dual-hosted git repository.
tmaret pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git
The following commit(s) were added to refs/heads/master by this push:
new 53dfdf2 SLING-10599 - Don't export distribution.journal internal
packages (#82)
53dfdf2 is described below
commit 53dfdf28aca7798fa38098099b3dbaed13452749
Author: Timothee Maret <[email protected]>
AuthorDate: Tue Jul 13 09:22:19 2021 +0200
SLING-10599 - Don't export distribution.journal internal packages (#82)
* Remove OSGi versioning annotations
* Set PATCH version inline with the latest release (0.1.16)
---
pom.xml | 2 +-
.../org/apache/sling/distribution/journal/bookkeeper/package-info.java | 3 ---
.../java/org/apache/sling/distribution/journal/queue/package-info.java | 2 --
3 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index a757fff..927a6d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
<!-- P R O J E C T
-->
<!--
======================================================================= -->
<artifactId>org.apache.sling.distribution.journal</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.1.17-SNAPSHOT</version>
<name>Apache Sling Journal based Content Distribution - Core bundle</name>
<description>Implementation of Apache Sling Content Distribution
components on top of an append-only persisted log</description>
diff --git
a/src/main/java/org/apache/sling/distribution/journal/bookkeeper/package-info.java
b/src/main/java/org/apache/sling/distribution/journal/bookkeeper/package-info.java
index 0e6fe49..3d232d1 100644
---
a/src/main/java/org/apache/sling/distribution/journal/bookkeeper/package-info.java
+++
b/src/main/java/org/apache/sling/distribution/journal/bookkeeper/package-info.java
@@ -17,7 +17,4 @@
* under the License.
*/
-
[email protected]("1.1.0")
[email protected]
package org.apache.sling.distribution.journal.bookkeeper;
diff --git
a/src/main/java/org/apache/sling/distribution/journal/queue/package-info.java
b/src/main/java/org/apache/sling/distribution/journal/queue/package-info.java
index 8086ed2..7654b9c 100644
---
a/src/main/java/org/apache/sling/distribution/journal/queue/package-info.java
+++
b/src/main/java/org/apache/sling/distribution/journal/queue/package-info.java
@@ -18,6 +18,4 @@
*/
[email protected]("1.0.0")
[email protected]
package org.apache.sling.distribution.journal.queue;