[maven-release-plugin] rollback the release of 0.8

git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@72 d817d54c-26ab-11de-abc9-2f7d1455ff7a
This commit is contained in:
alexander.a.kuznetsov
2009-10-19 17:11:46 +00:00
parent cc0c42349d
commit 5b72b11e19
5 changed files with 26 additions and 20 deletions

10
pom.xml
View File

@ -1,17 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.lucene.morpholgy</groupId>
<artifactId>morpholgy</artifactId>
<packaging>pom</packaging>
<version>0.8</version>
<version>0.7.1-SNAPSHOT</version>
<name>morpholgy</name>
<url>http://maven.apache.org</url>
<scm>
<connection>scm:svn:http://russianmorphology.googlecode.com/svn/tags/0.8</connection>
<developerConnection>scm:svn:https://russianmorphology.googlecode.com/svn/tags/0.8</developerConnection>
<connection>scm:svn:http://russianmorphology.googlecode.com/svn/tags/morpholgy-0.7</connection>
<developerConnection>scm:svn:https://russianmorphology.googlecode.com/svn/tags/morpholgy-0.7
</developerConnection>
</scm>