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:12:52 UTC

[maven-indexer] 01/01: [MINDEXER-159] Update m-bundle-p

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

cstamas pushed a commit to branch MINDEXER-159-m-bundle-p
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git

commit 387ca518dcf30cc2df361ee853db62c4eb8205c0
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Sun May 29 22:12:21 2022 +0200

    [MINDEXER-159] Update m-bundle-p
    
    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>