change distributionManagement
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1310293 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e6712bd1f3
commit
dbc3efc145
49
pom.xml
49
pom.xml
|
@ -16,27 +16,24 @@
|
|||
-->
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache</groupId>
|
||||
<artifactId>apache</artifactId>
|
||||
<version>9</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
<groupId>org.codehaus.redback</groupId>
|
||||
<artifactId>redback</artifactId>
|
||||
<version>1.5-SNAPSHOT</version>
|
||||
|
||||
<packaging>pom</packaging>
|
||||
<name>Redback</name>
|
||||
<name>Apache Archiva Redback</name>
|
||||
|
||||
<url>http://redback.codehaus.org/</url>
|
||||
<url>http://archiva.apache.org/redback/core</url>
|
||||
<inceptionYear>2006</inceptionYear>
|
||||
|
||||
<organization>
|
||||
<name>Codehaus</name>
|
||||
<url>http://www.codehaus.org/</url>
|
||||
</organization>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache Source License 2.0</name>
|
||||
<url>LICENSE.txt</url>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
|
@ -119,6 +116,11 @@
|
|||
<system>Jira</system>
|
||||
<url>http://jira.codehaus.org/browse/REDBACK</url>
|
||||
</issueManagement>
|
||||
|
||||
<ciManagement>
|
||||
<system>jenkins</system>
|
||||
<url>https://builds.apache.org/view/A-F/view/Archiva/</url>
|
||||
</ciManagement>
|
||||
|
||||
|
||||
<mailingLists>
|
||||
|
@ -168,21 +170,21 @@
|
|||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/</developerConnection>
|
||||
<url>http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/</url>
|
||||
</scm>
|
||||
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>codehaus.org</id>
|
||||
<name>Redback Central Repository</name>
|
||||
<url>dav:https://dav.codehaus.org/repository/redback</url>
|
||||
<id>archiva-repository</id>
|
||||
<name>Archiva VM Repository</name>
|
||||
<url>${distUrlReleaseRepo}</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>codehaus.org</id>
|
||||
<name>Redback Central Development Repository</name>
|
||||
<url>dav:https://dav.codehaus.org/snapshots.repository/redback</url>
|
||||
<id>archiva-repository</id>
|
||||
<name>Archiva VM Snapshots</name>
|
||||
<url>${distUrlSnapshotRepo}</url>
|
||||
</snapshotRepository>
|
||||
<site>
|
||||
<id>codehaus.org</id>
|
||||
<url>dav:https://dav.codehaus.org/redback/redback-core</url>
|
||||
<id>apache.website</id>
|
||||
<url>scp://people.apache.org/www/archiva.apache.org/redback/core</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
|
||||
|
@ -198,6 +200,9 @@
|
|||
|
||||
<redbackTestJdbcUrl>jdbc:derby:memory:users-test;create=true</redbackTestJdbcUrl>
|
||||
<redbackTestJdbcDriver>org.apache.derby.jdbc.EmbeddedDriver</redbackTestJdbcDriver>
|
||||
|
||||
<distUrlReleaseRepo>https://archiva-repository.apache.org/archiva/repository/archiva-releases-stage/</distUrlReleaseRepo>
|
||||
<distUrlSnapshotRepo>https://archiva-repository.apache.org/archiva/repository/snapshots/</distUrlSnapshotRepo>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
|
|
Loading…
Reference in New Issue