You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/02/07 18:57:53 UTC

commons-testing git commit: Fix names in POM.

Repository: commons-testing
Updated Branches:
  refs/heads/master 823e6bdc9 -> 10ea280b9


Fix names in POM.

Project: http://git-wip-us.apache.org/repos/asf/commons-testing/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-testing/commit/10ea280b
Tree: http://git-wip-us.apache.org/repos/asf/commons-testing/tree/10ea280b
Diff: http://git-wip-us.apache.org/repos/asf/commons-testing/diff/10ea280b

Branch: refs/heads/master
Commit: 10ea280b966c28e360c5a2971140894b63394680
Parents: 823e6bd
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed Feb 7 11:57:51 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed Feb 7 11:57:51 2018 -0700

----------------------------------------------------------------------
 commons-testing-junit4-mongodb/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-testing/blob/10ea280b/commons-testing-junit4-mongodb/pom.xml
----------------------------------------------------------------------
diff --git a/commons-testing-junit4-mongodb/pom.xml b/commons-testing-junit4-mongodb/pom.xml
index 8a036f5..2b9ab15 100644
--- a/commons-testing-junit4-mongodb/pom.xml
+++ b/commons-testing-junit4-mongodb/pom.xml
@@ -37,7 +37,7 @@
 
   <properties>
     <testingParentDir>${basedir}/..</testingParentDir>
-    <commons.osgi.symbolicName>org.apache.commons.testing.junit4.mongodb.mongodb.mongodb</commons.osgi.symbolicName>
+    <commons.osgi.symbolicName>org.apache.commons.testing.junit4.mongodb</commons.osgi.symbolicName>
   </properties>
 
   <build>
@@ -47,8 +47,8 @@
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
           <instructions>
-            <Bundle-SymbolicName>org.apache.commons.testing.junit4.mongodb.mongodb.mongodb</Bundle-SymbolicName>
-            <Automatic-Module-Name>org.apache.commons.testing.junit4.mongodb.mongodb.mongodb</Automatic-Module-Name>
+            <Bundle-SymbolicName>org.apache.commons.testing.junit4.mongodb</Bundle-SymbolicName>
+            <Automatic-Module-Name>org.apache.commons.testing.junit4.mongodb</Automatic-Module-Name>
           </instructions>
         </configuration>
       </plugin>