Revision 62354
Added by Konstantina Galouni over 2 years ago
pom.xml | ||
---|---|---|
2 | 2 |
<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"> |
3 | 3 |
<modelVersion>4.0.0</modelVersion> |
4 | 4 |
<artifactId>uoa-admin-tools-library</artifactId> |
5 |
<version>1.0.5</version>
|
|
5 |
<version>1.0.6-SNAPSHOT</version>
|
|
6 | 6 |
<packaging>jar</packaging> |
7 | 7 |
<name>uoa-admin-tools-library</name> |
8 | 8 |
<parent> |
... | ... | |
11 | 11 |
<version>1.0.0</version> |
12 | 12 |
</parent> |
13 | 13 |
<scm> |
14 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/uoa-admin-tools-library/tags/uoa-admin-tools-library-1.0.5</developerConnection>
|
|
14 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/uoa-admin-tools-library/trunk</developerConnection>
|
|
15 | 15 |
</scm> |
16 | 16 |
<properties> |
17 | 17 |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Also available in: Unified diff
[maven-release-plugin] prepare for next development iteration