sc...@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> >