You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2015/07/07 10:55:24 UTC

servicemix-bundles git commit: Fix spring-dao artifactId

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master e25175f03 -> ceb3f163c


Fix spring-dao artifactId


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/ceb3f163
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/ceb3f163
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/ceb3f163

Branch: refs/heads/master
Commit: ceb3f163c3a3b13cb43309716828f3339d7401da
Parents: e25175f
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Tue Jul 7 10:55:05 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Tue Jul 7 10:55:05 2015 +0200

----------------------------------------------------------------------
 spring-dao-2.0.8/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/ceb3f163/spring-dao-2.0.8/pom.xml
----------------------------------------------------------------------
diff --git a/spring-dao-2.0.8/pom.xml b/spring-dao-2.0.8/pom.xml
index 36f52df..d20be3a 100644
--- a/spring-dao-2.0.8/pom.xml
+++ b/spring-dao-2.0.8/pom.xml
@@ -29,11 +29,11 @@
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.spring-ldap</artifactId>
+    <artifactId>org.apache.servicemix.bundles.spring-dao</artifactId>
     <version>2.0.8_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: spring-ldap</name>
-    <description>This OSGi bundle wraps spring-ldap-core, spring-ldap-core-tiger, spring-ldap-odm, spring-ldap-ldif-core, spring-ldap-ldif-batch ${pkgVersion} jar files.</description>
+    <name>Apache ServiceMix :: Bundles :: spring-dao</name>
+    <description>This OSGi bundle wraps spring-dao ${pkgVersion} jar files.</description>
 
     <scm>
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>