[maven-release-plugin] prepare for next development iteration

git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@82 d817d54c-26ab-11de-abc9-2f7d1455ff7a
This commit is contained in:
alexander.a.kuznetsov
2009-10-19 17:52:56 +00:00
parent d1a5d5ef6e
commit 1c1e5d6354
5 changed files with 15 additions and 15 deletions

View File

@ -3,27 +3,27 @@
<parent>
<artifactId>morphology</artifactId>
<groupId>org.apache.lucene.morphology</groupId>
<version>0.7</version>
<version>0.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.lucene.morphology</groupId>
<artifactId>dictionary-reader</artifactId>
<name>dictionary-reader</name>
<version>0.7</version>
<version>0.8-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>org.apache.lucene.morphology</groupId>
<artifactId>russian</artifactId>
<version>0.7</version>
<version>0.8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.lucene.morphology</groupId>
<artifactId>english</artifactId>
<version>0.7</version>
<version>0.8-SNAPSHOT</version>
</dependency>
</dependencies>
</project>