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-providertype-bnd-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new e9e45f7  [maven-release-plugin] prepare release 
org.apache.sling.providertype.bnd-plugin-1.0.0
e9e45f7 is described below

commit e9e45f71e970cb1fc0085704910e542fde8e44b5
Author: Konrad Windszus <konrad.winds...@netcentric.biz>
AuthorDate: Tue Dec 5 17:33:23 2023 +0100

    [maven-release-plugin] prepare release 
org.apache.sling.providertype.bnd-plugin-1.0.0
---
 pom.xml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8062adb..bfaf71d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.sling</groupId>
@@ -28,7 +26,7 @@
         <relativePath />
     </parent>
     <artifactId>org.apache.sling.providertype.bnd-plugin</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>1.0.0</version>
 
     <name>Apache Sling Provider Type Checker Bnd Plugin</name>
     <description>Bnd plugin enforcing that no class extends/implements a 
provider type</description>
@@ -36,7 +34,7 @@
     <properties>
         <sling.java.version>11</sling.java.version>
         
<minimalJavaBuildVersion>${sling.java.version}</minimalJavaBuildVersion>
-        
<project.build.outputTimestamp>1675867676</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>1701793999</project.build.outputTimestamp>
         <bnd.version>6.0.0</bnd.version>
     </properties>
 
@@ -44,7 +42,7 @@
         
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-providertype-bnd-plugin.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-providertype-bnd-plugin.git</developerConnection>
         
<url>https://github.com/apache/sling-org-apache-sling-providertype-bnd-plugin/tree/${project.scm.tag}</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.providertype.bnd-plugin-1.0.0</tag>
     </scm>
   
     <dependencyManagement>

Reply via email to