It sounds a more reasonable change.
I will commit update the artifact ID in my next commit.

Willem

Claus Ibsen wrote:
Hi

Maybe we should rename the artifcatId in camel-shiro because its
confusing when the folder name != .jar name.

camel-shrio-security -> camel-shiro

Then its consistent with the other camel components.



On Fri, Jul 30, 2010 at 4:33 AM,  <[email protected]> wrote:
Author: ningjiang
Date: Fri Jul 30 02:33:09 2010
New Revision: 980635

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

Modified:
   camel/trunk/apache-camel/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=980635&r1=980634&r2=980635&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Fri Jul 30 02:33:09 2010
@@ -302,7 +302,7 @@
    </dependency>
    <dependency>
      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-shiro</artifactId>
+      <artifactId>camel-shiro-security</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.camel</groupId>

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







Reply via email to