diff options
-rw-r--r-- | pdf-over-gui/pom.xml | 11 | ||||
-rw-r--r-- | pdf-over-signator/pom.xml | 5 | ||||
-rw-r--r-- | pdf-over-signer/pdf-over-sigpdfas/pom.xml | 5 | ||||
-rw-r--r-- | pdf-over-signer/pom.xml | 5 | ||||
-rw-r--r-- | pom.xml | 5 |
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> @@ -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> |