* [maven-release-plugin] -prepare release synyx-plugin-0.1

git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/synyx-plugin/trunk@2960 5a64d73e-33d6-4ccc-9058-23f8668ecac9
This commit is contained in:
Oliver Gierke
2008-10-08 17:55:00 +00:00
parent 877e02a813
commit ecf0a03c7c
3 changed files with 11 additions and 13 deletions

View File

@@ -1,9 +1,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.synyx.plugin</groupId>
<artifactId>plugin-core</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
<name>Plugin Core</name>
<description>Core plugin infrastructure</description>
@@ -11,7 +10,7 @@
<parent>
<artifactId>synyx-plugin</artifactId>
<groupId>org.synyx.plugin</groupId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>
<properties>