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 04:33:09 UTC

svn commit: r980635 - in /camel/trunk: apache-camel/pom.xml parent/pom.xml

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>



Re: svn commit: r980635 - in /camel/trunk: apache-camel/pom.xml parent/pom.xml

Posted by Willem Jiang <wi...@gmail.com>.
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,  <ni...@apache.org> 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>
>>
>>
>>
> 
> 
> 


Re: svn commit: r980635 - in /camel/trunk: apache-camel/pom.xml parent/pom.xml

Posted by Claus Ibsen <cl...@gmail.com>.
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,  <ni...@apache.org> 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>
>
>
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus