You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/05/29 20:43:09 UTC

[maven-indexer] branch master updated: [MINDEXER-159] Update m-bundle-p (#213)

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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git


The following commit(s) were added to refs/heads/master by this push:
     new a8f5775  [MINDEXER-159] Update m-bundle-p (#213)
a8f5775 is described below

commit a8f57750800c00dbad5b4d9afe6a23cabe19992f
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Sun May 29 22:43:05 2022 +0200

    [MINDEXER-159] Update m-bundle-p (#213)
    
    To make build reproducible
---
 indexer-reader/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indexer-reader/pom.xml b/indexer-reader/pom.xml
index c146861..bfa9e1c 100644
--- a/indexer-reader/pom.xml
+++ b/indexer-reader/pom.xml
@@ -60,7 +60,7 @@ under the License.
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>5.1.5</version>
+        <version>5.1.6</version>
         <extensions>true</extensions>
       </plugin>
     </plugins>