Skip to content

Commit

Permalink
Merge branch 'release/2024.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski committed Apr 30, 2024
2 parents 23e350b + 1599bf2 commit cc29805
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.0/maven-wrapper-3.3.0.jar

14 changes: 7 additions & 7 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.4.0</version>
<version>2024.4.1</version>

<name>Maven Parent - Kotlin Base</name>
<description>Maven parent for a holistic kotlin lib project.</description>
Expand Down Expand Up @@ -51,7 +51,7 @@
<kotlinx-coroutines.version>1.8.0</kotlinx-coroutines.version>
<kotlin-logging.version>3.0.5</kotlin-logging.version>

<jetbrains-annotations.version>23.0.0</jetbrains-annotations.version>
<jetbrains-annotations.version>24.1.0</jetbrains-annotations.version>

<!-- TEST -->
<junit5.version>5.10.2</junit5.version>
Expand Down Expand Up @@ -438,7 +438,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<configuration>
<skip>${kp.plugin.skipDeploy}</skip>
</configuration>
Expand Down Expand Up @@ -522,7 +522,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>
<configuration>
<!-- pass -Dgpg.keyname=.. and -Dgpg.passphrase=... -->
<gpgArguments>
Expand All @@ -547,7 +547,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
</plugin>

<!-- SOURCE (version) -->
Expand Down Expand Up @@ -584,7 +584,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
</plugin>

<!-- ========== //MAVEN OFFICIAL -->
Expand Down Expand Up @@ -696,7 +696,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>7.4.0</version>
<version>7.5.0</version>
</plugin>

<!-- [GENERATOR]: PROPERTIES (writes maven properties to src) (version,execution) -->
Expand Down

0 comments on commit cc29805

Please sign in to comment.