You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/07/30 10:47:03 UTC

svn commit: r980680 - in /camel/trunk: apache-camel/pom.xml components/camel-shiro/pom.xml parent/pom.xml

Author: ningjiang
Date: Fri Jul 30 08:47:02 2010
New Revision: 980680

URL: http://svn.apache.org/viewvc?rev=980680&view=rev
Log:
Fixed the apache-camel assembly issue of camel-shiro

Modified:
    camel/trunk/apache-camel/pom.xml
    camel/trunk/components/camel-shiro/pom.xml
    camel/trunk/parent/pom.xml

Modified: camel/trunk/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=980680&r1=980679&r2=980680&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Fri Jul 30 08:47:02 2010
@@ -302,7 +302,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-shiro-security</artifactId>
+      <artifactId>camel-shiro</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>

Modified: camel/trunk/components/camel-shiro/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-shiro/pom.xml?rev=980680&r1=980679&r2=980680&view=diff
==============================================================================
--- camel/trunk/components/camel-shiro/pom.xml (original)
+++ camel/trunk/components/camel-shiro/pom.xml Fri Jul 30 08:47:02 2010
@@ -7,9 +7,9 @@
 		<version>2.5-SNAPSHOT</version>
 	</parent>
 
-	<artifactId>camel-shiro-security</artifactId>
+	<artifactId>camel-shiro</artifactId>
 	<packaging>bundle</packaging>
-	<name>Camel :: Shiro :: Security </name>
+	<name>Camel :: Shiro </name>
 	<description>Camel Shiro Security support</description>
 
 	<properties>

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=980680&r1=980679&r2=980680&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Fri Jul 30 08:47:02 2010
@@ -534,7 +534,7 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-shiro-security</artifactId>
+        <artifactId>camel-shiro</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>