Mercurial > dive4elements > framework
view artifacts/pom.xml @ 579:7abdf5472ed7 3.2.x
Fix groupId
It changed due to inheritance introduced with rev. 9f49cf2d05bc.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 13 Jan 2023 19:21:07 +0100 |
parents | 9f49cf2d05bc |
children |
line wrap: on
line source
<?xml version="1.0"?> <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/maven-v4_0_0.xsd"> <parent> <groupId>org.dive4elements</groupId> <artifactId>artifact-system</artifactId> <version>1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>artifacts</artifactId> <packaging>jar</packaging> <name>artifacts</name> </project>