Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Stamann committed Apr 12, 2024
2 parents 318df6b + 0319320 commit bfcea9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You just need to create the project by using te following maven command
mvn archetype:generate \
-DarchetypeGroupId=io.toolisticon.maven.archetypes \
-DarchetypeArtifactId=annotationprocessor-archetype \
-DarchetypeVersion=0.9.0 \
-DarchetypeVersion=0.10.0 \
-DgroupId=<your processor projects group id> \
-DartifactId=<your processor projects artifact id> \
-Dversion=<your version number> \
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.toolisticon.maven.archetypes</groupId>
<artifactId>annotationprocessor-archetype</artifactId>
<version>0.10.0</version>
<version>0.11.0</version>
<packaging>maven-archetype</packaging>

<name>annotationprocessor-archetype</name>
Expand Down
16 changes: 4 additions & 12 deletions src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@


<!-- project dependency versions -->
<cute.version>1.4.0</cute.version>
<cute.version>1.7.0</cute.version>
<spiap.version>0.11.0</spiap.version>
<aptk.version>0.23.0</aptk.version>
<aptk.version>0.26.0</aptk.version>

<!-- versions of test dependencies -->
<junit.version>4.13.2</junit.version>
Expand All @@ -91,13 +91,12 @@
<maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version>
<maven-failsafe-plugin.version>3.2.5</maven-failsafe-plugin.version>
<maven-findbugs-plugin.version>3.0.5</maven-findbugs-plugin.version>
<maven-gpg-plugin.version>1.4</maven-gpg-plugin.version> <!-- do not change to 1.6, it fails! -->
<maven-gpg-plugin.version>1.4</maven-gpg-plugin.version>
<maven-help-plugin.version>3.4.0</maven-help-plugin.version>
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
<maven-jacoco-plugin.version>0.8.11</maven-jacoco-plugin.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
<maven-processor-plugin.version>2.2.4</maven-processor-plugin.version>
<maven-release-plugin.version>3.0.1</maven-release-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-shade-plugin.version>3.5.2</maven-shade-plugin.version>
Expand Down Expand Up @@ -127,13 +126,6 @@
<pluginManagement>
<plugins>

<!-- processor plugin s-->
<plugin>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin</artifactId>
<version>${maven-processor-plugin.version}</version>
</plugin>

<!-- assembly plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -400,7 +392,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.12.1</version>
<version>${maven-checkstyle-plugin.version}</version>
<executions>
<execution>
<id>validate</id>
Expand Down

0 comments on commit bfcea9c

Please sign in to comment.