Skip to content

Commit

Permalink
feat: initial changes for upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Jan 23, 2024
1 parent c9ca62a commit 75448b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ JDK=8
KARTOTHEK=latest
# LLVM 12 and GCC 11 reports -Wmismatched-new-delete.
LLVM=14
MAVEN=3.5.4
MAVEN=3.6.3
NODE=18
NUMBA=latest
NUMPY=latest
Expand Down
2 changes: 1 addition & 1 deletion java/performance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<version>3.1.1</version>
<executions>
<execution>
<id>run-java-benchmarks</id>
Expand Down
6 changes: 3 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<executions>
<execution>
<id>cdata-cmake</id>
Expand Down Expand Up @@ -1099,7 +1099,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<executions>
<execution>
<id>jni-cpp-cmake</id>
Expand Down Expand Up @@ -1214,7 +1214,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<executions>
<execution>
<id>jni-cpp-cmake</id>
Expand Down

0 comments on commit 75448b1

Please sign in to comment.