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: > >> [email protected] 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> >>> >>> > > > >
