Skip to content

Commit

Permalink
chore: maven 3.9.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Feb 8, 2023
1 parent 4d8cee7 commit 1777a3f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
<artifactId>maven-buildtime-profiler</artifactId>
<version>0.2.0</version>
</extension-->
<!--extension>
<groupId>org.apache.maven.extensions</groupId>
<artifactId>maven-build-cache-extension</artifactId>
<version>1.0.0</version>
</extension-->
<extension>
<groupId>fr.brouillard.oss</groupId>
<artifactId>jgitver-maven-plugin</artifactId>
Expand Down
5 changes: 4 additions & 1 deletion .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
--show-version --batch-mode --update-snapshots -Djgitver.branch=main
--show-version
--batch-mode
--update-snapshots
-Djgitver.branch=main
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# 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.8.7/apache-maven-3.8.7-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.0/apache-maven-3.9.0-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $ java --enable-preview -jar target/benchmarks.jar -prof perfasm

```bash
# Maven and dependencies updates.
$ mvn wrapper:wrapper -Dmaven=3.8.7
$ mvn wrapper:wrapper -Dmaven=3.9.0
$ ./mvnw --version
$ ./mvnw clean versions:display-dependency-updates versions:display-plugin-updates versions:display-property-updates
```
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
<!--<maven.compiler.target>${release.version}</maven.compiler.target>-->

<!-- Kotlin Compiler versions -->
<kotlin.version>1.8.10</kotlin.version>
<kotlin.version>1.8.20-Beta</kotlin.version>
<kotlin.compiler.jvmTarget>19</kotlin.compiler.jvmTarget>
<kotlin.compiler.apiVersion>1.8</kotlin.compiler.apiVersion>
<kotlin.compiler.languageVersion>1.8</kotlin.compiler.languageVersion>
<kotlin.compiler.apiVersion>1.9</kotlin.compiler.apiVersion>
<kotlin.compiler.languageVersion>1.9</kotlin.compiler.languageVersion>

<!-- Dependency versions -->
<jmh.version>1.36</jmh.version>
Expand Down

0 comments on commit 1777a3f

Please sign in to comment.