You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/12/02 10:34:21 UTC

[commons-text] branch master updated: TEXT-221: Added commons.packageId to fix Bundle-SymbolicName (#384)

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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git


The following commit(s) were added to refs/heads/master by this push:
     new ba418e9b TEXT-221: Added commons.packageId to fix Bundle-SymbolicName (#384)
ba418e9b is described below

commit ba418e9b5bffda7058c2e090d1ee4f9512cc3466
Author: reri42 <ri...@gmail.com>
AuthorDate: Fri Dec 2 11:34:15 2022 +0100

    TEXT-221: Added commons.packageId to fix Bundle-SymbolicName (#384)
    
    Co-authored-by: Remco Riswick <re...@gasterra.nl>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 6e8c56b3..5cebfe41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,7 @@
     <maven.compiler.target>1.8</maven.compiler.target>
 
     <commons.componentid>text</commons.componentid>
+    <commons.packageId>text</commons.packageId>
     <commons.module.name>org.apache.commons.text</commons.module.name>
 
     <commons.release.version>1.10.0</commons.release.version>