Revision 48395
Added by Marek Horst over 7 years ago
modules/icm-iis-primer-maven-plugin/trunk/pom.xml | ||
---|---|---|
1 | 1 |
<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/xsd/maven-4.0.0.xsd"> |
2 | 2 |
<groupId>eu.dnetlib</groupId> |
3 |
<version>0.0.2</version>
|
|
3 |
<version>0.0.3-SNAPSHOT</version>
|
|
4 | 4 |
<modelVersion>4.0.0</modelVersion> |
5 | 5 |
<artifactId>icm-iis-primer-maven-plugin</artifactId> |
6 | 6 |
<packaging>maven-plugin</packaging> |
... | ... | |
10 | 10 |
|
11 | 11 |
<scm> |
12 | 12 |
<developerConnection> |
13 |
scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/icm-iis-primer-maven-plugin/tags/icm-iis-primer-maven-plugin-0.0.2
|
|
13 |
scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/icm-iis-primer-maven-plugin/trunk
|
|
14 | 14 |
</developerConnection> |
15 | 15 |
</scm> |
16 | 16 |
|
Also available in: Unified diff
[maven-release-plugin] prepare for next development iteration