You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/07/28 21:29:29 UTC

svn commit: r798672 - /incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml

Author: schor
Date: Tue Jul 28 19:29:29 2009
New Revision: 798672

URL: http://svn.apache.org/viewvc?rev=798672&view=rev
Log:
[UIMA-1461] update dependencies to depend on 2.3.0-incubating-SNAPSHOT version

Modified:
    incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml

Modified: incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml?rev=798672&r1=798671&r2=798672&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml (original)
+++ incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml Tue Jul 28 19:29:29 2009
@@ -31,19 +31,19 @@
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimaj-core</artifactId>
-			<version>2.2.2-incubating</version>
+			<version>2.3.0-incubating-SNAPSHOT</version>
 			<scope>compile</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimaj-test-util</artifactId>
-			<version>2.2.2-incubating</version>
+			<version>2.3.0-incubating-SNAPSHOT</version>
 			<scope>compile</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimaj-component-test-util</artifactId>
-			<version>2.2.2-incubating</version>
+			<version>2.3.0-incubating-SNAPSHOT</version>
 			<scope>compile</scope>
 		</dependency>
 		<dependency>



Re: svn commit: r798672 - /incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml

Posted by Thilo Goetz <tw...@gmx.de>.
Marshall Schor wrote:
> I can see Michael's point to have sandbox things depend on released
> components, but only for those sandbox things not being released.
> 
> When we get to release time, for the ones being released, the released
> components (if it follows all of our other conventions, and maven
> conventions) in the tag will have all of these set to 2.3.0-incubating
> (without the -SNAPSHOT) - so will have no dependency on SNAPSHOT things
> :-) .

Ok good, I think we're all agreed.  Thanks for taking
care of this.

--Thilo


Re: svn commit: r798672 - /incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml

Posted by Marshall Schor <ms...@schor.com>.
I can see Michael's point to have sandbox things depend on released
components, but only for those sandbox things not being released.

When we get to release time, for the ones being released, the released
components (if it follows all of our other conventions, and maven
conventions) in the tag will have all of these set to 2.3.0-incubating
(without the -SNAPSHOT) - so will have no dependency on SNAPSHOT things
:-) .

-Marshall

Michael Baessler wrote:
> Thilo Goetz wrote:
>   
>> schor@apache.org wrote:
>>     
>>> Author: schor
>>> Date: Tue Jul 28 19:29:29 2009
>>> New Revision: 798672
>>>
>>> URL: http://svn.apache.org/viewvc?rev=798672&view=rev
>>> Log:
>>> [UIMA-1461] update dependencies to depend on 2.3.0-incubating-SNAPSHOT version
>>>
>>> Modified:
>>>     incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml
>>>
>>> Modified: incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml
>>> URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml?rev=798672&r1=798671&r2=798672&view=diff
>>> ==============================================================================
>>> --- incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml (original)
>>> +++ incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml Tue Jul 28 19:29:29 2009
>>> @@ -31,19 +31,19 @@
>>>  		<dependency>
>>>  			<groupId>org.apache.uima</groupId>
>>>  			<artifactId>uimaj-core</artifactId>
>>> -			<version>2.2.2-incubating</version>
>>> +			<version>2.3.0-incubating-SNAPSHOT</version>
>>>       
>> Notwithstanding Michael's comments here:
>> http://issues.apache.org/jira/browse/UIMA-1384
>> we are approaching release time and the sandbox
>> components will need to depend on the current
>> core release when we release them.  Agree,
>> Michael?
>>     
>
> It's OK for me. I just want to give a reason why we did this different in the past.
>
> -- Michael
>   
>> --Thilo
>>
>>     
>>>  			<scope>compile</scope>
>>>  		</dependency>
>>>  		<dependency>
>>>  			<groupId>org.apache.uima</groupId>
>>>  			<artifactId>uimaj-test-util</artifactId>
>>> -			<version>2.2.2-incubating</version>
>>> +			<version>2.3.0-incubating-SNAPSHOT</version>
>>>  			<scope>compile</scope>
>>>  		</dependency>
>>>  		<dependency>
>>>  			<groupId>org.apache.uima</groupId>
>>>  			<artifactId>uimaj-component-test-util</artifactId>
>>> -			<version>2.2.2-incubating</version>
>>> +			<version>2.3.0-incubating-SNAPSHOT</version>
>>>  			<scope>compile</scope>
>>>  		</dependency>
>>>  		<dependency>
>>>
>>>       
>
>
>
>   

Re: svn commit: r798672 - /incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml

Posted by Michael Baessler <mb...@michael-baessler.de>.
Thilo Goetz wrote:
> schor@apache.org wrote:
>> Author: schor
>> Date: Tue Jul 28 19:29:29 2009
>> New Revision: 798672
>>
>> URL: http://svn.apache.org/viewvc?rev=798672&view=rev
>> Log:
>> [UIMA-1461] update dependencies to depend on 2.3.0-incubating-SNAPSHOT version
>>
>> Modified:
>>     incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml
>>
>> Modified: incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml
>> URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml?rev=798672&r1=798671&r2=798672&view=diff
>> ==============================================================================
>> --- incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml (original)
>> +++ incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml Tue Jul 28 19:29:29 2009
>> @@ -31,19 +31,19 @@
>>  		<dependency>
>>  			<groupId>org.apache.uima</groupId>
>>  			<artifactId>uimaj-core</artifactId>
>> -			<version>2.2.2-incubating</version>
>> +			<version>2.3.0-incubating-SNAPSHOT</version>
> 
> Notwithstanding Michael's comments here:
> http://issues.apache.org/jira/browse/UIMA-1384
> we are approaching release time and the sandbox
> components will need to depend on the current
> core release when we release them.  Agree,
> Michael?

It's OK for me. I just want to give a reason why we did this different in the past.

-- Michael
> 
> --Thilo
> 
>>  			<scope>compile</scope>
>>  		</dependency>
>>  		<dependency>
>>  			<groupId>org.apache.uima</groupId>
>>  			<artifactId>uimaj-test-util</artifactId>
>> -			<version>2.2.2-incubating</version>
>> +			<version>2.3.0-incubating-SNAPSHOT</version>
>>  			<scope>compile</scope>
>>  		</dependency>
>>  		<dependency>
>>  			<groupId>org.apache.uima</groupId>
>>  			<artifactId>uimaj-component-test-util</artifactId>
>> -			<version>2.2.2-incubating</version>
>> +			<version>2.3.0-incubating-SNAPSHOT</version>
>>  			<scope>compile</scope>
>>  		</dependency>
>>  		<dependency>
>>
> 


Re: svn commit: r798672 - /incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml

Posted by Thilo Goetz <tw...@gmx.de>.
schor@apache.org wrote:
> Author: schor
> Date: Tue Jul 28 19:29:29 2009
> New Revision: 798672
> 
> URL: http://svn.apache.org/viewvc?rev=798672&view=rev
> Log:
> [UIMA-1461] update dependencies to depend on 2.3.0-incubating-SNAPSHOT version
> 
> Modified:
>     incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml
> 
> Modified: incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml
> URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml?rev=798672&r1=798671&r2=798672&view=diff
> ==============================================================================
> --- incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml (original)
> +++ incubator/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml Tue Jul 28 19:29:29 2009
> @@ -31,19 +31,19 @@
>  		<dependency>
>  			<groupId>org.apache.uima</groupId>
>  			<artifactId>uimaj-core</artifactId>
> -			<version>2.2.2-incubating</version>
> +			<version>2.3.0-incubating-SNAPSHOT</version>

Notwithstanding Michael's comments here:
http://issues.apache.org/jira/browse/UIMA-1384
we are approaching release time and the sandbox
components will need to depend on the current
core release when we release them.  Agree,
Michael?

--Thilo

>  			<scope>compile</scope>
>  		</dependency>
>  		<dependency>
>  			<groupId>org.apache.uima</groupId>
>  			<artifactId>uimaj-test-util</artifactId>
> -			<version>2.2.2-incubating</version>
> +			<version>2.3.0-incubating-SNAPSHOT</version>
>  			<scope>compile</scope>
>  		</dependency>
>  		<dependency>
>  			<groupId>org.apache.uima</groupId>
>  			<artifactId>uimaj-component-test-util</artifactId>
> -			<version>2.2.2-incubating</version>
> +			<version>2.3.0-incubating-SNAPSHOT</version>
>  			<scope>compile</scope>
>  		</dependency>
>  		<dependency>
>