This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-api.git
The following commit(s) were added to refs/heads/master by this push:
new f8233b6 SLING-12861 Switch to bundle version 1.0.0-SNAPSHOT
f8233b6 is described below
commit f8233b6be9c2402ce54864bd96c9a391c17784f8
Author: Konrad Windszus <[email protected]>
AuthorDate: Fri Jul 18 12:57:37 2025 +0200
SLING-12861 Switch to bundle version 1.0.0-SNAPSHOT
Move all package versions to 1.0.0
Remove redundant build plugins
---
pom.xml | 22 +++-------------------
.../sling/distribution/event/package-info.java | 2 +-
.../apache/sling/distribution/package-info.java | 2 +-
.../sling/distribution/transport/package-info.java | 2 +-
4 files changed, 6 insertions(+), 22 deletions(-)
diff --git a/pom.xml b/pom.xml
index 63d941f..92e6a1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
<!-- P R O J E C T
-->
<!--
======================================================================= -->
<artifactId>org.apache.sling.distribution.api</artifactId>
- <version>0.7.3-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>Apache Sling Distribution API</name>
<description>
@@ -47,24 +47,8 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-api.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-api.git</developerConnection>
<url>https://github.com/apache/sling-org-apache-sling-distribution-api.git</url>
- <tag>org.apache.sling.distribution.api-0.7.2</tag>
- </scm>
-
- <!--
======================================================================= -->
- <!-- B U I L D
-->
- <!--
======================================================================= -->
- <build>
- <plugins>
- <plugin>
- <groupId>biz.aQute.bnd</groupId>
- <artifactId>bnd-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
+ <tag>master</tag>
+ </scm>
<!--
======================================================================= -->
<!-- D E P E N D E N C I E S
-->
diff --git
a/src/main/java/org/apache/sling/distribution/event/package-info.java
b/src/main/java/org/apache/sling/distribution/event/package-info.java
index fd0e012..a97cb29 100644
--- a/src/main/java/org/apache/sling/distribution/event/package-info.java
+++ b/src/main/java/org/apache/sling/distribution/event/package-info.java
@@ -17,6 +17,6 @@
* under the License.
*/
[email protected]("0.3.0")
[email protected]("1.0.0")
package org.apache.sling.distribution.event;
diff --git a/src/main/java/org/apache/sling/distribution/package-info.java
b/src/main/java/org/apache/sling/distribution/package-info.java
index b08ff95..37c9758 100644
--- a/src/main/java/org/apache/sling/distribution/package-info.java
+++ b/src/main/java/org/apache/sling/distribution/package-info.java
@@ -17,5 +17,5 @@
* under the License.
*/
[email protected]("0.4.1")
[email protected]("1.0.0")
package org.apache.sling.distribution;
diff --git
a/src/main/java/org/apache/sling/distribution/transport/package-info.java
b/src/main/java/org/apache/sling/distribution/transport/package-info.java
index 1d749eb..1c5a8ca 100644
--- a/src/main/java/org/apache/sling/distribution/transport/package-info.java
+++ b/src/main/java/org/apache/sling/distribution/transport/package-info.java
@@ -17,7 +17,7 @@
* under the License.
*/
[email protected]("0.1.1")
[email protected]("1.0.0")
package org.apache.sling.distribution.transport;