Mercurial > dive4elements > framework
comparison artifact-database/pom.xml @ 576:9f49cf2d05bc 3.2.x
Cleanup POM inheritance
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 13 Jan 2023 18:52:12 +0100 |
parents | 086e4770d6e3 |
children | 7abdf5472ed7 |
comparison
equal
deleted
inserted
replaced
575:a12a136e3d4c | 576:9f49cf2d05bc |
---|---|
3 <parent> | 3 <parent> |
4 <groupId>org.dive4elements</groupId> | 4 <groupId>org.dive4elements</groupId> |
5 <artifactId>artifact-system</artifactId> | 5 <artifactId>artifact-system</artifactId> |
6 <version>1.0-SNAPSHOT</version> | 6 <version>1.0-SNAPSHOT</version> |
7 </parent> | 7 </parent> |
8 <properties> | |
9 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
10 </properties> | |
11 <modelVersion>4.0.0</modelVersion> | 8 <modelVersion>4.0.0</modelVersion> |
12 <groupId>org.dive4elements</groupId> | |
13 <artifactId>artifact-database</artifactId> | 9 <artifactId>artifact-database</artifactId> |
14 <name>artifact-database</name> | 10 <name>artifact-database</name> |
15 <version>1.0-SNAPSHOT</version> | |
16 <url>http://maven.apache.org</url> | |
17 <build> | 11 <build> |
18 <plugins> | 12 <plugins> |
19 <plugin> | 13 <plugin> |
20 <groupId>org.apache.maven.plugins</groupId> | 14 <groupId>org.apache.maven.plugins</groupId> |
21 <artifactId>maven-jar-plugin</artifactId> | 15 <artifactId>maven-jar-plugin</artifactId> |