* [maven-release-plugin] -prepare release synyx-plugin-0.1
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/synyx-plugin/trunk@2970 5a64d73e-33d6-4ccc-9058-23f8668ecac9
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.synyx.plugin</groupId>
|
<groupId>org.synyx.plugin</groupId>
|
||||||
<artifactId>plugin-core</artifactId>
|
<artifactId>plugin-core</artifactId>
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1</version>
|
||||||
|
|
||||||
<name>Plugin Core</name>
|
<name>Plugin Core</name>
|
||||||
<description>Core plugin infrastructure</description>
|
<description>Core plugin infrastructure</description>
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>synyx-plugin</artifactId>
|
<artifactId>synyx-plugin</artifactId>
|
||||||
<groupId>org.synyx.plugin</groupId>
|
<groupId>org.synyx.plugin</groupId>
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.synyx.plugin</groupId>
|
<groupId>org.synyx.plugin</groupId>
|
||||||
<artifactId>plugin-metadata</artifactId>
|
<artifactId>plugin-metadata</artifactId>
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1</version>
|
||||||
|
|
||||||
<name>Plugin metadata</name>
|
<name>Plugin metadata</name>
|
||||||
<description>Extension package for metadata based plugins</description>
|
<description>Extension package for metadata based plugins</description>
|
||||||
@@ -10,14 +10,14 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>synyx-plugin</artifactId>
|
<artifactId>synyx-plugin</artifactId>
|
||||||
<groupId>org.synyx.plugin</groupId>
|
<groupId>org.synyx.plugin</groupId>
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.synyx.plugin</groupId>
|
<groupId>org.synyx.plugin</groupId>
|
||||||
<artifactId>plugin-core</artifactId>
|
<artifactId>plugin-core</artifactId>
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
8
pom.xml
8
pom.xml
@@ -4,7 +4,7 @@
|
|||||||
<artifactId>synyx-plugin</artifactId>
|
<artifactId>synyx-plugin</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Synyx plugin</name>
|
<name>Synyx plugin</name>
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1</version>
|
||||||
<description>Simple plugin infrastructure</description>
|
<description>Simple plugin infrastructure</description>
|
||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
@@ -114,9 +114,9 @@
|
|||||||
</reporting>
|
</reporting>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<url>http://svn.synyx.org/synyx/opensource/synyx-plugin</url>
|
<url>http://svn.synyx.org/synyx/opensource/synyx-plugin/tags/synyx-plugin-0.1</url>
|
||||||
<connection>scm:svn:http://svn.synyx.org/synyx/opensource/synyx-plugin</connection>
|
<connection>scm:svn:http://svn.synyx.org/synyx/opensource/synyx-plugin/tags/synyx-plugin-0.1</connection>
|
||||||
<developerConnection>scm:svn:https://svn.synyx.de/svn/synyx/opensource/synyx-plugin</developerConnection>
|
<developerConnection>scm:svn:https://svn.synyx.de/svn/synyx/opensource/synyx-plugin/tags/synyx-plugin-0.1</developerConnection>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<ciManagement>
|
<ciManagement>
|
||||||
|
|||||||
Reference in New Issue
Block a user