Revision b08454a5
Added by edit-jenkins over 8 years ago
pom.xml | ||
---|---|---|
4 | 4 |
<modelVersion>4.0.0</modelVersion> |
5 | 5 |
<groupId>eu.etaxonomy</groupId> |
6 | 6 |
<artifactId>cdm-server</artifactId> |
7 |
<version>3.5.1</version>
|
|
7 |
<version>3.5.2-SNAPSHOT</version>
|
|
8 | 8 |
<packaging>jar</packaging> |
9 | 9 |
<name>CDM Community Standalone Server</name> |
10 | 10 |
|
... | ... | |
15 | 15 |
<scm> |
16 | 16 |
<!-- see section Provider Configuration in http://maven.apache.org/scm/subversion.html |
17 | 17 |
for instructions on how to externalize credentials in $user.home/.scm/svn-settings.xml --> |
18 |
<connection>scm:svn:http://dev.e-taxonomy.eu/svn/tags/cdm-server/cdm-server-3.5.1</connection>
|
|
19 |
<developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/tags/cdm-server/cdm-server-3.5.1</developerConnection>
|
|
20 |
<url>http://dev.e-taxonomy.eu/trac/browser/tags/cdm-server/cdm-server-3.5.1</url>
|
|
18 |
<connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdm-server</connection>
|
|
19 |
<developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdm-server</developerConnection>
|
|
20 |
<url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdm-server</url>
|
|
21 | 21 |
</scm> |
22 | 22 |
|
23 | 23 |
<prerequisites> |
Also available in: Unified diff
[maven-release-plugin] prepare for next development iteration