Skip to content

Commit

Permalink
Merge branch 'release/2023.10.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski committed Oct 31, 2023
2 parents 3b2da2c + 87adfe8 commit c8c060c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
8 changes: 3 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
version: 2
updates:
- package-ecosystem: maven
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
default-labels:
- "Type: dependencies"
interval: "daily"
open-pull-requests-limit: 10
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ are included.

## Release

1. close milestone
1. on local console: `mvn release:start` - wait for action
2. on local console: `mvn release:finish` - wait for action - sonatype pipeline will run
3. close milestone
4. github release - publish
1. on local console: `mvn release:finish` - wait for action - sonatype pipeline will run
1. github release - publish
8 changes: 4 additions & 4 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>2023.10.2</version>
<version>2023.10.3</version>

<name>Maven Parent - Kotlin Base</name>
<description>Maven parent for a holistic kotlin lib project.</description>
Expand Down Expand Up @@ -35,7 +35,7 @@
<kp.compile.useIncrementalKotlinCompiler>false</kp.compile.useIncrementalKotlinCompiler>

<!-- LANGUAGE VERSIONS -->
<kotlin.version>1.9.10</kotlin.version>
<kotlin.version>1.9.20</kotlin.version>
<kotlin.compiler.languageVersion>1.9</kotlin.compiler.languageVersion>
<kotlin.compiler.apiVersion>1.9</kotlin.compiler.apiVersion>
<kotlin.compiler.incremental>${kp.compile.useIncrementalKotlinCompiler}</kotlin.compiler.incremental>
Expand Down Expand Up @@ -392,7 +392,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</plugin>

<!-- DEPENDENCY (version) -->
Expand Down Expand Up @@ -621,7 +621,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<executions>
<execution>
<phase>generate-resources</phase>
Expand Down

0 comments on commit c8c060c

Please sign in to comment.