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

sseifert pushed a commit to branch 
experimental/excessive-version-increase-bnd-baseline
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlet-helpers.git

commit 5972dbc0c8bf4269ee502a645c96635c433109cb
Author: sseifert <[email protected]>
AuthorDate: Thu Nov 14 15:12:30 2019 +0100

    simulate excessive version increase with bnd-baseline-maven-plugin
---
 pom.xml                                                         | 2 ++
 src/main/java/org/apache/sling/servlethelpers/package-info.java | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5cda8e0..b550b6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,10 +46,12 @@
             <plugin>
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>bnd-maven-plugin</artifactId>
+                <version>4.3.0</version>
             </plugin>
             <plugin>
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>bnd-baseline-maven-plugin</artifactId>
+                <version>4.3.0</version>
             </plugin>
         </plugins>
     </build>
diff --git a/src/main/java/org/apache/sling/servlethelpers/package-info.java 
b/src/main/java/org/apache/sling/servlethelpers/package-info.java
index 2bbf9ae..b7ee7f1 100644
--- a/src/main/java/org/apache/sling/servlethelpers/package-info.java
+++ b/src/main/java/org/apache/sling/servlethelpers/package-info.java
@@ -19,5 +19,5 @@
 /**
  * Mock implementation of selected Servlet-related Sling APIs.
  */
[email protected]("1.7")
[email protected]("1.7.1")
 package org.apache.sling.servlethelpers;

Reply via email to