[maven-release-plugin] prepare release 1.14

This commit is contained in:
Sebastian Sdorra
2012-04-19 09:44:38 +02:00
parent 08eeaa91d4
commit 1061fb2924
22 changed files with 71 additions and 73 deletions

View File

@@ -1,18 +1,17 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>sonia.scm</groupId>
<artifactId>scm</artifactId>
<version>1.14-SNAPSHOT</version>
<version>1.14</version>
</parent>
<groupId>sonia.scm</groupId>
<artifactId>scm-dao-xml</artifactId>
<version>1.14-SNAPSHOT</version>
<version>1.14</version>
<name>scm-dao-xml</name>
<dependencies>
@@ -27,7 +26,7 @@
<dependency>
<groupId>sonia.scm</groupId>
<artifactId>scm-core</artifactId>
<version>1.14-SNAPSHOT</version>
<version>1.14</version>
</dependency>
<!-- test -->
@@ -35,7 +34,7 @@
<dependency>
<groupId>sonia.scm</groupId>
<artifactId>scm-test</artifactId>
<version>1.14-SNAPSHOT</version>
<version>1.14</version>
<scope>test</scope>
</dependency>