summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 19:36:28 +0000
committertkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 19:36:28 +0000
commit28ac3a19c9f8b67f76b6be8cf67e5a0468ebdf48 (patch)
tree74893b92c0e3939e1cdcaad19ea319de618596a0
parent3a4edc76bc5427ba83c2cf2674253fed537ce654 (diff)
downloadpdf-over-28ac3a19c9f8b67f76b6be8cf67e5a0468ebdf48.tar.gz
pdf-over-28ac3a19c9f8b67f76b6be8cf67e5a0468ebdf48.tar.bz2
pdf-over-28ac3a19c9f8b67f76b6be8cf67e5a0468ebdf48.zip
[maven-release-plugin] prepare release pdf-over-4.0.0
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@409 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
-rw-r--r--pdf-over-gui/pom.xml11
-rw-r--r--pdf-over-signator/pom.xml5
-rw-r--r--pdf-over-signer/pdf-over-sigpdfas/pom.xml5
-rw-r--r--pdf-over-signer/pom.xml5
-rw-r--r--pom.xml5
5 files changed, 13 insertions, 18 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml
index 9750cf82..8ee5cb5e 100644
--- a/pdf-over-gui/pom.xml
+++ b/pdf-over-gui/pom.xml
@@ -1,10 +1,9 @@
-<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">
+<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>
<artifactId>pdf-over</artifactId>
<groupId>a-sit.at</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pdf-over-gui</artifactId>
@@ -29,12 +28,12 @@
<dependency>
<groupId>a-sit.at</groupId>
<artifactId>pdf-over-signator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0</version>
</dependency>
<dependency>
<groupId>a-sit.at</groupId>
<artifactId>pdf-over-sigpdfas</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
@@ -93,7 +92,7 @@
<archive>
<manifest>
<addClasspath>true</addClasspath>
- <classpathPrefix></classpathPrefix>
+ <classpathPrefix />
<mainClass>at.asit.pdfover.gui.Main</mainClass>
</manifest>
</archive>
diff --git a/pdf-over-signator/pom.xml b/pdf-over-signator/pom.xml
index d8f7994d..d261f34a 100644
--- a/pdf-over-signator/pom.xml
+++ b/pdf-over-signator/pom.xml
@@ -1,10 +1,9 @@
-<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">
+<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>
<artifactId>pdf-over</artifactId>
<groupId>a-sit.at</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pdf-over-signator</artifactId>
diff --git a/pdf-over-signer/pdf-over-sigpdfas/pom.xml b/pdf-over-signer/pdf-over-sigpdfas/pom.xml
index 3316cc55..5325420e 100644
--- a/pdf-over-signer/pdf-over-sigpdfas/pom.xml
+++ b/pdf-over-signer/pdf-over-sigpdfas/pom.xml
@@ -1,10 +1,9 @@
-<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">
+<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>
<artifactId>pdf-over-signer</artifactId>
<groupId>a-sit.at</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pdf-over-sigpdfas</artifactId>
diff --git a/pdf-over-signer/pom.xml b/pdf-over-signer/pom.xml
index f09aaa5d..8c5d6c76 100644
--- a/pdf-over-signer/pom.xml
+++ b/pdf-over-signer/pom.xml
@@ -1,10 +1,9 @@
-<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">
+<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>
<artifactId>pdf-over</artifactId>
<groupId>a-sit.at</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pdf-over-signer</artifactId>
diff --git a/pom.xml b/pom.xml
index d39c0792..6eddd530 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,11 +1,10 @@
-<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">
+<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>
<groupId>a-sit.at</groupId>
<artifactId>pdf-over</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0</version>
<packaging>pom</packaging>
<name>PDF-Over</name>