mirror of
https://github.com/theonedev/onedev.git
synced 2025-12-08 18:26:30 +00:00
Version bumped by QuickBuild
This commit is contained in:
parent
d9a1c7bfc9
commit
04d0340f11
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<artifactId>archetype.artifact</artifactId>
|
||||
<name>GitPlex Artifact Archetype</name>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<artifactId>archetype.plugin</artifactId>
|
||||
<name>GitPlex Plugin Archetype</name>
|
||||
|
||||
@ -35,12 +35,12 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<artifactId>archetype.product</artifactId>
|
||||
<name>GitPlex Product Archetype</name>
|
||||
|
||||
@ -104,23 +104,23 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.jsw</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.hibernate</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.wicket</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.jetty</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -44,7 +44,7 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.antlr</groupId>
|
||||
@ -53,7 +53,7 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<artifactId>commons.bootstrap</artifactId>
|
||||
<build>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -38,7 +38,7 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jgit</groupId>
|
||||
@ -53,24 +53,24 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.util</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.wicket</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.lang</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<artifactId>commons.hibernate</artifactId>
|
||||
<build>
|
||||
@ -25,7 +25,7 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
@ -97,12 +97,12 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.jackson</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.jetty</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.dom4j</groupId>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -28,7 +28,7 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -28,17 +28,17 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.validation</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.jackson</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.glassfish.jersey.containers</groupId>
|
||||
@ -56,7 +56,7 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.shiro</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<artifactId>commons.jetty</artifactId>
|
||||
<build>
|
||||
@ -25,7 +25,7 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<artifactId>commons.jsw</artifactId>
|
||||
<build>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -32,7 +32,7 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.webjars</groupId>
|
||||
@ -42,24 +42,24 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.util</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.wicket</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.antlr</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -35,12 +35,12 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.bootstrap</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.util</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.inject</groupId>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -29,12 +29,12 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -29,12 +29,12 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -25,7 +25,7 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.shiro</groupId>
|
||||
@ -40,7 +40,7 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.hibernate</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.shiro</groupId>
|
||||
@ -50,7 +50,7 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.jackson</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<artifactId>commons.util</artifactId>
|
||||
<build>
|
||||
@ -49,7 +49,7 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.bootstrap</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -29,7 +29,7 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.hibernate</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<artifactId>commons.wicket</artifactId>
|
||||
<build>
|
||||
@ -76,37 +76,37 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.validation</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.shiro</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.jetty</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.hibernate</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.markdown</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.antlr</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>plugin.maven</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
<packaging>maven-plugin</packaging>
|
||||
<prerequisites>
|
||||
<maven>${mavenVersion}</maven>
|
||||
|
||||
4
pom.xml
4
pom.xml
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
<packaging>pom</packaging>
|
||||
<prerequisites>
|
||||
<maven>3.0</maven>
|
||||
@ -212,7 +212,7 @@
|
||||
<plugin>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>plugin.maven</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>check-project-dependencies</id>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -32,22 +32,22 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.wicket</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.schedule</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.git</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.jersey</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.xodus</groupId>
|
||||
@ -56,14 +56,14 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.git</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -29,7 +29,7 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>server.core</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -115,47 +115,47 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.jsw</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>server.core</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>server.web</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.git</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>server.rest</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>server.http</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>server.search</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -25,7 +25,7 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>server.core</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -32,7 +32,7 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>server.core</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>lucene-core</artifactId>
|
||||
@ -67,14 +67,14 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.loader</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>commons.git</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>gitplex</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</parent>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -29,12 +29,12 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>server.core</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>server.rest</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
<!-- JERSEY CLIENT -->
|
||||
<dependency>
|
||||
@ -60,7 +60,7 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>server.search</artifactId>
|
||||
<version>1.0-EAP-build11</version>
|
||||
<version>1.0-EAP-build12</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user