mirror of https://github.com/apache/archiva.git
buildnumber-maven-plugin 1.1
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1334995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4feb06eca9
commit
5da5770dcd
|
@ -288,44 +288,11 @@
|
|||
<artifactId>maven-scm-provider-svnjava</artifactId>
|
||||
<version>2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.tmatesoft.svnkit</groupId>
|
||||
<artifactId>svnkit</artifactId>
|
||||
<version>1.7.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>de.regnis.q.sequence</groupId>
|
||||
<artifactId>sequence-library</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<pluginRepositories>
|
||||
<!-- svnkit 1.7 -->
|
||||
<pluginRepository>
|
||||
<id>maven.tmatesoft.com.releases</id>
|
||||
<url>http://maven.tmatesoft.com/content/repositories/releases</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>oss.sonatype.snapshots</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
</profile>
|
||||
<profile>
|
||||
<id>svn-buildnumber</id>
|
||||
|
|
Loading…
Reference in New Issue