Skip to content

Commit

Permalink
remove maven-application-starter as parent #3
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteph-de committed Jul 10, 2023
1 parent 3cbf57b commit 339aaae
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.mycore</groupId>
<artifactId>mycore-application-starter</artifactId>
<version>2021.06.1-SNAPSHOT</version>
</parent>
<groupId>${groupId}</groupId>
<artifactId>${artifactId}</artifactId>
<version>${version}</version>
<packaging>pom</packaging>
<name>${projectName}</name>
<description>The main Maven Project for ${projectName}</description>
<inceptionYear>2019</inceptionYear>
<inceptionYear>2020</inceptionYear>
<properties>
<changelog.since>2019-11-07</changelog.since>
<changelog.since>2020-11-01</changelog.since>
<!-- until snapshot matches released version (required for 'mvn changes:changes-check') -->
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
Expand Down

0 comments on commit 339aaae

Please sign in to comment.