Skip to content

Commit

Permalink
Merge branch 'release/2024.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski committed Aug 6, 2024
2 parents 299c68e + ae71a01 commit f028fb8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ see [official plugins](https://maven.apache.org/plugins/index.html)
| [properties-maven](https://www.mojohaus.org/properties-maven-plugin/) | `1.2.1` | generate build properties for project |
| [versions-maven](https://www.mojohaus.org/versions/versions-maven-plugin/index.html) | `2.17.1` | modify versions of project |
| [nexus-staging-maven](https://github.com/sonatype/nexus-maven-plugins/blob/main/staging/maven-plugin/README.md) | `1.6.13` | release on maven central |
| [maven-wrapper](https://maven.apache.org/wrapper/maven-wrapper-plugin/plugin-info.html) | `3.3.2` | execute maven without central installation |

## Release a new version

Expand Down
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.toolisticon.maven.parent</groupId>
<artifactId>maven-parent-kotlin-base</artifactId>
<version>2024.7.1</version>
<version>2024.8.0</version>

<name>Maven Parent - Kotlin Base</name>
<description>Maven parent for a holistic kotlin lib project.</description>
Expand Down Expand Up @@ -555,7 +555,7 @@
<plugin>
<groupId>org.apache.avro</groupId>
<artifactId>avro-maven-plugin</artifactId>
<version>1.11.3</version>
<version>1.12.0</version>
</plugin>

<!-- CLEAN (version) -->
Expand All @@ -582,6 +582,13 @@
</configuration>
</plugin>

<!-- WRAPPER (execute maven without central installation) -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-wrapper-plugin</artifactId>
<version>3.3.2</version>
</plugin>

<!-- ENFORCE (version, java target, maven target) -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit f028fb8

Please sign in to comment.