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 2014/04/02 10:23:53 UTC

svn commit: r1583923 - /servicemix/smx4/bundles/trunk/querydsl-2.9.0/pom.xml

Author: jbonofre
Date: Wed Apr  2 08:23:53 2014
New Revision: 1583923

URL: http://svn.apache.org/r1583923
Log:
Fix querydsl POM name

Modified:
    servicemix/smx4/bundles/trunk/querydsl-2.9.0/pom.xml

Modified: servicemix/smx4/bundles/trunk/querydsl-2.9.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/querydsl-2.9.0/pom.xml?rev=1583923&r1=1583922&r2=1583923&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/querydsl-2.9.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/querydsl-2.9.0/pom.xml Wed Apr  2 08:23:53 2014
@@ -32,7 +32,7 @@
     <artifactId>org.apache.servicemix.bundles.querydsl</artifactId>
     <version>2.9.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+    <name>Apache ServiceMix :: Bundles :: querydsl</name>
     <description>This OSGi bundle wraps querydsl-core, querydsl-apt, querydsl-codegen, querydsl-jdo, querydsl-lucene, querydsl-sql ${pkgVersion} jar files.</description>
 
     <properties>