mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
update plugin informations
This commit is contained in:
@@ -31,4 +31,26 @@
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<resources>
|
||||
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
<filtering>true</filtering>
|
||||
<includes>
|
||||
<include>META-INF/scm/plugin.xml</include>
|
||||
</includes>
|
||||
</resource>
|
||||
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
<filtering>false</filtering>
|
||||
<excludes>
|
||||
<exclude>META-INF/scm/plugin.xml</exclude>
|
||||
</excludes>
|
||||
</resource>
|
||||
|
||||
</resources>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
@@ -14,6 +14,8 @@
|
||||
<artifactId>scm-git-plugin</artifactId>
|
||||
<version>1.0-M3-SNAPSHOT</version>
|
||||
<name>scm-git-plugin</name>
|
||||
<url>https://bitbucket.org/sdorra/scm-manager</url>
|
||||
<description>Plugin for the version control system Git</description>
|
||||
|
||||
<dependencies>
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
<description>${project.description}</description>
|
||||
<author>Sebastian Sdorra</author>
|
||||
<version>${project.version}</version>
|
||||
<url>http://bitbucket.org/sdorra/scm-manager</url>
|
||||
<url>${project.url}</url>
|
||||
</information>
|
||||
|
||||
<resources>
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
<artifactId>scm-hg-plugin</artifactId>
|
||||
<version>1.0-M3-SNAPSHOT</version>
|
||||
<name>scm-hg-plugin</name>
|
||||
<url>https://bitbucket.org/sdorra/scm-manager</url>
|
||||
<description>Plugin for the version control system Mercurial</description>
|
||||
|
||||
<dependencies>
|
||||
|
||||
|
||||
@@ -43,11 +43,11 @@
|
||||
<plugin>
|
||||
|
||||
<information>
|
||||
<name>scm-hg-plugin</name>
|
||||
<description>Mercurial Plugin</description>
|
||||
<name>${project.name}</name>
|
||||
<description>${project.description}</description>
|
||||
<author>Sebastian Sdorra</author>
|
||||
<version>1.0-M3-SNAPSHOT</version>
|
||||
<url>http://bitbucket.org/sdorra/scm-manager</url>
|
||||
<version>${project.version}</version>
|
||||
<url>${project.url}</url>
|
||||
</information>
|
||||
|
||||
<resources>
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
<artifactId>scm-svn-plugin</artifactId>
|
||||
<version>1.0-M3-SNAPSHOT</version>
|
||||
<name>scm-svn-plugin</name>
|
||||
<url>https://bitbucket.org/sdorra/scm-manager</url>
|
||||
<description>Plugin for the version control system Subversion</description>
|
||||
|
||||
<dependencies>
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
<description>${project.description}</description>
|
||||
<author>Sebastian Sdorra</author>
|
||||
<version>${project.version}</version>
|
||||
<url>http://bitbucket.org/sdorra/scm-manager</url>
|
||||
<url>${project.url}</url>
|
||||
</information>
|
||||
|
||||
<resources>
|
||||
|
||||
Reference in New Issue
Block a user