mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-02 19:45:51 +01:00
[maven-release-plugin] prepare for next development iteration
This commit is contained in:
@@ -6,13 +6,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm</artifactId>
|
<artifactId>scm</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>sonia.scm.maven</groupId>
|
<groupId>sonia.scm.maven</groupId>
|
||||||
<artifactId>scm-maven-plugins</artifactId>
|
<artifactId>scm-maven-plugins</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<name>scm-maven-plugins</name>
|
<name>scm-maven-plugins</name>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>scm-maven-plugins</artifactId>
|
<artifactId>scm-maven-plugins</artifactId>
|
||||||
<groupId>sonia.scm.maven</groupId>
|
<groupId>sonia.scm.maven</groupId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>sonia.scm.maven</groupId>
|
<groupId>sonia.scm.maven</groupId>
|
||||||
<artifactId>scm-maven-plugin</artifactId>
|
<artifactId>scm-maven-plugin</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
<name>scm-maven-plugin</name>
|
<name>scm-maven-plugin</name>
|
||||||
|
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>scm-maven-plugins</artifactId>
|
<artifactId>scm-maven-plugins</artifactId>
|
||||||
<groupId>sonia.scm.maven</groupId>
|
<groupId>sonia.scm.maven</groupId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>sonia.scm.maven</groupId>
|
<groupId>sonia.scm.maven</groupId>
|
||||||
<artifactId>scm-plugin-archetype</artifactId>
|
<artifactId>scm-plugin-archetype</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<name>scm-plugin-archetype</name>
|
<name>scm-plugin-archetype</name>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm</artifactId>
|
<artifactId>scm</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<description>
|
<description>
|
||||||
The easiest way to share your Git, Mercurial
|
The easiest way to share your Git, Mercurial
|
||||||
and Subversion repositories over http.
|
and Subversion repositories over http.
|
||||||
|
|||||||
@@ -6,13 +6,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm</artifactId>
|
<artifactId>scm</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>sonia.scm.clients</groupId>
|
<groupId>sonia.scm.clients</groupId>
|
||||||
<artifactId>scm-clients</artifactId>
|
<artifactId>scm-clients</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<name>scm-clients</name>
|
<name>scm-clients</name>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm-core</artifactId>
|
<artifactId>scm-core</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>scm-clients</artifactId>
|
<artifactId>scm-clients</artifactId>
|
||||||
<groupId>sonia.scm.clients</groupId>
|
<groupId>sonia.scm.clients</groupId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>sonia.scm.clients</groupId>
|
<groupId>sonia.scm.clients</groupId>
|
||||||
<artifactId>scm-cli-client</artifactId>
|
<artifactId>scm-cli-client</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<name>scm-cli-client</name>
|
<name>scm-cli-client</name>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<artifactId>scm-core</artifactId>
|
<artifactId>scm-core</artifactId>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<artifactId>guice</artifactId>
|
<artifactId>guice</artifactId>
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>sonia.scm.clients</groupId>
|
<groupId>sonia.scm.clients</groupId>
|
||||||
<artifactId>scm-client-impl</artifactId>
|
<artifactId>scm-client-impl</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -6,13 +6,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>sonia.scm.clients</groupId>
|
<groupId>sonia.scm.clients</groupId>
|
||||||
<artifactId>scm-clients</artifactId>
|
<artifactId>scm-clients</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>sonia.scm.clients</groupId>
|
<groupId>sonia.scm.clients</groupId>
|
||||||
<artifactId>scm-client-api</artifactId>
|
<artifactId>scm-client-api</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<name>scm-client-api</name>
|
<name>scm-client-api</name>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -6,13 +6,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>sonia.scm.clients</groupId>
|
<groupId>sonia.scm.clients</groupId>
|
||||||
<artifactId>scm-clients</artifactId>
|
<artifactId>scm-clients</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>sonia.scm.clients</groupId>
|
<groupId>sonia.scm.clients</groupId>
|
||||||
<artifactId>scm-client-impl</artifactId>
|
<artifactId>scm-client-impl</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<name>scm-client-impl</name>
|
<name>scm-client-impl</name>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<artifactId>scm-core</artifactId>
|
<artifactId>scm-core</artifactId>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<artifactId>aopalliance</artifactId>
|
<artifactId>aopalliance</artifactId>
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>sonia.scm.clients</groupId>
|
<groupId>sonia.scm.clients</groupId>
|
||||||
<artifactId>scm-client-api</artifactId>
|
<artifactId>scm-client-api</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm-test</artifactId>
|
<artifactId>scm-test</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>scm</artifactId>
|
<artifactId>scm</artifactId>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm-core</artifactId>
|
<artifactId>scm-core</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<name>scm-core</name>
|
<name>scm-core</name>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -6,13 +6,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>scm</artifactId>
|
<artifactId>scm</artifactId>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm-plugin-backend</artifactId>
|
<artifactId>scm-plugin-backend</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<name>${project.artifactId}</name>
|
<name>${project.artifactId}</name>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm-core</artifactId>
|
<artifactId>scm-core</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -6,13 +6,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm</artifactId>
|
<artifactId>scm</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>sonia.scm.plugins</groupId>
|
<groupId>sonia.scm.plugins</groupId>
|
||||||
<artifactId>scm-plugins</artifactId>
|
<artifactId>scm-plugins</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<name>scm-plugins</name>
|
<name>scm-plugins</name>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm-core</artifactId>
|
<artifactId>scm-core</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>sonia.scm.maven</groupId>
|
<groupId>sonia.scm.maven</groupId>
|
||||||
<artifactId>scm-maven-plugin</artifactId>
|
<artifactId>scm-maven-plugin</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>process-resources</phase>
|
<phase>process-resources</phase>
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>scm-plugins</artifactId>
|
<artifactId>scm-plugins</artifactId>
|
||||||
<groupId>sonia.scm.plugins</groupId>
|
<groupId>sonia.scm.plugins</groupId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>sonia.scm.plugins</groupId>
|
<groupId>sonia.scm.plugins</groupId>
|
||||||
<artifactId>scm-git-plugin</artifactId>
|
<artifactId>scm-git-plugin</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<name>scm-git-plugin</name>
|
<name>scm-git-plugin</name>
|
||||||
<url>https://bitbucket.org/sdorra/scm-manager</url>
|
<url>https://bitbucket.org/sdorra/scm-manager</url>
|
||||||
<description>Plugin for the version control system Git</description>
|
<description>Plugin for the version control system Git</description>
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm-test</artifactId>
|
<artifactId>scm-test</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>sonia.scm.plugins</groupId>
|
<groupId>sonia.scm.plugins</groupId>
|
||||||
<artifactId>scm-plugins</artifactId>
|
<artifactId>scm-plugins</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>sonia.scm.plugins</groupId>
|
<groupId>sonia.scm.plugins</groupId>
|
||||||
<artifactId>scm-hg-plugin</artifactId>
|
<artifactId>scm-hg-plugin</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<name>scm-hg-plugin</name>
|
<name>scm-hg-plugin</name>
|
||||||
<url>https://bitbucket.org/sdorra/scm-manager</url>
|
<url>https://bitbucket.org/sdorra/scm-manager</url>
|
||||||
<description>Plugin for the version control system Mercurial</description>
|
<description>Plugin for the version control system Mercurial</description>
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm-test</artifactId>
|
<artifactId>scm-test</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>scm-plugins</artifactId>
|
<artifactId>scm-plugins</artifactId>
|
||||||
<groupId>sonia.scm.plugins</groupId>
|
<groupId>sonia.scm.plugins</groupId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>sonia.scm.plugins</groupId>
|
<groupId>sonia.scm.plugins</groupId>
|
||||||
<artifactId>scm-svn-plugin</artifactId>
|
<artifactId>scm-svn-plugin</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<name>scm-svn-plugin</name>
|
<name>scm-svn-plugin</name>
|
||||||
<url>https://bitbucket.org/sdorra/scm-manager</url>
|
<url>https://bitbucket.org/sdorra/scm-manager</url>
|
||||||
<description>Plugin for the version control system Subversion</description>
|
<description>Plugin for the version control system Subversion</description>
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm-test</artifactId>
|
<artifactId>scm-test</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|||||||
@@ -6,13 +6,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm</artifactId>
|
<artifactId>scm</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>sonia.scm.samples</groupId>
|
<groupId>sonia.scm.samples</groupId>
|
||||||
<artifactId>scm-samples</artifactId>
|
<artifactId>scm-samples</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<name>scm-samples</name>
|
<name>scm-samples</name>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>scm-samples</artifactId>
|
<artifactId>scm-samples</artifactId>
|
||||||
<groupId>sonia.scm.samples</groupId>
|
<groupId>sonia.scm.samples</groupId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>sonia.scm.sample</groupId>
|
<groupId>sonia.scm.sample</groupId>
|
||||||
<artifactId>scm-sample-auth</artifactId>
|
<artifactId>scm-sample-auth</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<name>scm-sample-auth</name>
|
<name>scm-sample-auth</name>
|
||||||
<description>Sample Authentication Plugin</description>
|
<description>Sample Authentication Plugin</description>
|
||||||
<url>https://bitbucket.org/sdorra/scm-manager</url>
|
<url>https://bitbucket.org/sdorra/scm-manager</url>
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm-core</artifactId>
|
<artifactId>scm-core</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>scm-samples</artifactId>
|
<artifactId>scm-samples</artifactId>
|
||||||
<groupId>sonia.scm.samples</groupId>
|
<groupId>sonia.scm.samples</groupId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>sonia.scm.sample</groupId>
|
<groupId>sonia.scm.sample</groupId>
|
||||||
<artifactId>scm-sample-hello</artifactId>
|
<artifactId>scm-sample-hello</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<name>scm-sample-hello</name>
|
<name>scm-sample-hello</name>
|
||||||
<description>A simple hello world plugin</description>
|
<description>A simple hello world plugin</description>
|
||||||
<url>https://bitbucket.org/sdorra/scm-manager</url>
|
<url>https://bitbucket.org/sdorra/scm-manager</url>
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm-core</artifactId>
|
<artifactId>scm-core</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>scm</artifactId>
|
<artifactId>scm</artifactId>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm-server</artifactId>
|
<artifactId>scm-server</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<name>scm-server</name>
|
<name>scm-server</name>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>scm</artifactId>
|
<artifactId>scm</artifactId>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm-test</artifactId>
|
<artifactId>scm-test</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<name>scm-test</name>
|
<name>scm-test</name>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm-core</artifactId>
|
<artifactId>scm-core</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -6,13 +6,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm</artifactId>
|
<artifactId>scm</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm-webapp</artifactId>
|
<artifactId>scm-webapp</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<name>scm-webapp</name>
|
<name>scm-webapp</name>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@@ -36,25 +36,25 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm-core</artifactId>
|
<artifactId>scm-core</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>sonia.scm.plugins</groupId>
|
<groupId>sonia.scm.plugins</groupId>
|
||||||
<artifactId>scm-hg-plugin</artifactId>
|
<artifactId>scm-hg-plugin</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>sonia.scm.plugins</groupId>
|
<groupId>sonia.scm.plugins</groupId>
|
||||||
<artifactId>scm-svn-plugin</artifactId>
|
<artifactId>scm-svn-plugin</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>sonia.scm.plugins</groupId>
|
<groupId>sonia.scm.plugins</groupId>
|
||||||
<artifactId>scm-git-plugin</artifactId>
|
<artifactId>scm-git-plugin</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -230,7 +230,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>sonia.scm</groupId>
|
<groupId>sonia.scm</groupId>
|
||||||
<artifactId>scm-test</artifactId>
|
<artifactId>scm-test</artifactId>
|
||||||
<version>1.8</version>
|
<version>1.9-SNAPSHOT</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
|||||||
Reference in New Issue
Block a user