diff options
Diffstat (limited to 'pdf-over-signer/pom.xml')
-rw-r--r-- | pdf-over-signer/pom.xml | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/pdf-over-signer/pom.xml b/pdf-over-signer/pom.xml index a844c3bd..2115f796 100644 --- a/pdf-over-signer/pom.xml +++ b/pdf-over-signer/pom.xml @@ -1,19 +1,19 @@ -<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>at.a-sit</groupId>
- <version>4.3.3-SNAPSHOT</version>
- <relativePath>..</relativePath>
- </parent>
- <artifactId>pdf-over-signer</artifactId>
- <name>PDF-Over PDF-Signer libraries</name>
- <packaging>pom</packaging>
- <properties>
- <project.maindir>${project.basedir}/..</project.maindir>
- </properties>
- <modules>
- <!--module>pdf-over-sigpdfas3</module-->
- <module>pdf-over-sigpdfas4</module>
- </modules>
-</project>
+<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>at.a-sit</groupId> + <version>4.3.3</version> + <relativePath>..</relativePath> + </parent> + <artifactId>pdf-over-signer</artifactId> + <name>PDF-Over PDF-Signer libraries</name> + <packaging>pom</packaging> + <properties> + <project.maindir>${project.basedir}/..</project.maindir> + </properties> + <modules> + <!--module>pdf-over-sigpdfas3</module--> + <module>pdf-over-sigpdfas4</module> + </modules> +</project> |