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:51 UTC

[maven-indexer] branch MINDEXER-159-m-bundle-p created (now 387ca51)

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

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


      at 387ca51  [MINDEXER-159] Update m-bundle-p

This branch includes the following new commits:

     new 387ca51  [MINDEXER-159] Update m-bundle-p

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by cs...@apache.org.
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>