Skip to content

Commit 08c3607

Browse files
committed
Merge branch 'release/2024.5.2'
2 parents 9c98ceb + ac53e8c commit 08c3607

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.mvn/jvm.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--add-opens=java.base/java.lang=ALL-UNNAMED
2+
--add-opens=java.base/java.io=ALL-UNNAMED

.mvn/wrapper/maven-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
18-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.1/maven-wrapper-3.3.1.jar
17+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
18+
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
1919

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.toolisticon.maven.parent</groupId>
66
<artifactId>maven-parent-kotlin-base</artifactId>
7-
<version>2024.5.1</version>
7+
<version>2024.5.2</version>
88

99
<name>Maven Parent - Kotlin Base</name>
1010
<description>Maven parent for a holistic kotlin lib project.</description>
@@ -448,7 +448,7 @@
448448
<plugin>
449449
<groupId>org.apache.maven.plugins</groupId>
450450
<artifactId>maven-enforcer-plugin</artifactId>
451-
<version>3.4.1</version>
451+
<version>3.5.0</version>
452452
<executions>
453453
<execution>
454454
<id>enforce-maven</id>
@@ -730,7 +730,7 @@
730730
<plugin>
731731
<groupId>org.sonatype.plugins</groupId>
732732
<artifactId>nexus-staging-maven-plugin</artifactId>
733-
<version>1.6.13</version>
733+
<version>1.7.0</version>
734734
</plugin>
735735
</plugins>
736736
</pluginManagement>

0 commit comments

Comments
 (0)