diff options
-rw-r--r-- | pdf-over-commons/pom.xml | 6 | ||||
-rw-r--r-- | pdf-over-gui/pom.xml | 4 | ||||
-rw-r--r-- | pdf-over-install-helper/pom.xml | 4 | ||||
-rw-r--r-- | pdf-over-signator/pom.xml | 2 | ||||
-rw-r--r-- | pdf-over-signer/pdf-over-sigpdfas4/pom.xml | 4 | ||||
-rw-r--r-- | pdf-over-signer/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 4 |
7 files changed, 12 insertions, 14 deletions
diff --git a/pdf-over-commons/pom.xml b/pdf-over-commons/pom.xml index 1a68b59a..828e05a2 100644 --- a/pdf-over-commons/pom.xml +++ b/pdf-over-commons/pom.xml @@ -1,11 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> <parent> <artifactId>pdf-over</artifactId> <groupId>at.a-sit</groupId> - <version>4.2.4-SNAPSHOT</version> + <version>4.3.0-RC</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 7b3e2c48..13829233 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>pdf-over</artifactId> <groupId>at.a-sit</groupId> - <version>4.2.4-SNAPSHOT</version> + <version>4.3.0-RC</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>pdf-over-gui</artifactId> @@ -69,7 +69,7 @@ <dependency> <groupId>at.a-sit</groupId> <artifactId>pdf-over-commons</artifactId> - <version>4.2.4-SNAPSHOT</version> + <version>4.3.0-RC</version> <scope>compile</scope> </dependency> </dependencies> diff --git a/pdf-over-install-helper/pom.xml b/pdf-over-install-helper/pom.xml index 4ae34dc1..0a4c11b8 100644 --- a/pdf-over-install-helper/pom.xml +++ b/pdf-over-install-helper/pom.xml @@ -3,11 +3,11 @@ <parent>
<groupId>at.a-sit</groupId>
<artifactId>pdf-over</artifactId>
- <version>4.2.4-SNAPSHOT</version>
+ <version>4.3.0-RC</version>
</parent>
<!-- <groupId>at.a-sit</groupId> -->
<artifactId>pdf-over-install-helper</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
<dependencies>
<dependency>
diff --git a/pdf-over-signator/pom.xml b/pdf-over-signator/pom.xml index 1bdc9e11..1ad1726a 100644 --- a/pdf-over-signator/pom.xml +++ b/pdf-over-signator/pom.xml @@ -3,7 +3,7 @@ <parent>
<artifactId>pdf-over</artifactId>
<groupId>at.a-sit</groupId>
- <version>4.2.4-SNAPSHOT</version>
+ <version>4.3.0-RC</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pdf-over-signator</artifactId>
diff --git a/pdf-over-signer/pdf-over-sigpdfas4/pom.xml b/pdf-over-signer/pdf-over-sigpdfas4/pom.xml index 04538aea..3f6fd4cc 100644 --- a/pdf-over-signer/pdf-over-sigpdfas4/pom.xml +++ b/pdf-over-signer/pdf-over-sigpdfas4/pom.xml @@ -3,7 +3,7 @@ <parent>
<artifactId>pdf-over-signer</artifactId>
<groupId>at.a-sit</groupId>
- <version>4.2.4-SNAPSHOT</version>
+ <version>4.3.0-RC</version>
<!-- <relativePath>..</relativePath> -->
</parent>
<artifactId>pdf-over-sigpdfas4</artifactId>
@@ -56,7 +56,7 @@ <dependency>
<groupId>at.a-sit</groupId>
<artifactId>pdf-over-commons</artifactId>
- <version>4.2.4-SNAPSHOT</version>
+ <version>4.3.0-RC</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/pdf-over-signer/pom.xml b/pdf-over-signer/pom.xml index 800ae1c3..4d96b3cd 100644 --- a/pdf-over-signer/pom.xml +++ b/pdf-over-signer/pom.xml @@ -3,7 +3,7 @@ <parent>
<artifactId>pdf-over</artifactId>
<groupId>at.a-sit</groupId>
- <version>4.2.4-SNAPSHOT</version>
+ <version>4.3.0-RC</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pdf-over-signer</artifactId>
@@ -4,7 +4,7 @@ <groupId>at.a-sit</groupId>
<artifactId>pdf-over</artifactId>
- <version>4.2.4-SNAPSHOT</version>
+ <version>4.3.0-RC</version>
<packaging>pom</packaging>
<name>PDF-Over</name>
@@ -72,7 +72,7 @@ <connection>scm:git:http://git.egiz.gv.at/git/pdf-over</connection>
<developerConnection>scm:git:https://gitlab.iaik.tugraz.at/egiz/pdf-over.git</developerConnection>
<url>http://git.egiz.gv.at/pdf-over</url>
- <tag>pdf-over-4.1.19</tag>
+ <tag>pdf-over-4.3.0-RC</tag>
</scm>
<issueManagement>
|