Skip to content

Commit

Permalink
Merged version 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Jan 2, 2025
2 parents 60e5e93 + db75cd0 commit e172e75
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@ jobs:
java: [ 8, 11 ]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- uses: actions/cache@v2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- run: mvn -Dxgboost4j-spark.version=2.0.1 -B package --file pom.xml
cache: 'maven'
- run: mvn -B package --file pom.xml
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
<properties>
<project.build.outputTimestamp>2024-06-20T08:15:16Z</project.build.outputTimestamp>

<synapseml-lightgbm.version>[0.9.5,)</synapseml-lightgbm.version>
<synapseml-lightgbm.version>[0.9.5, 1.0.8]</synapseml-lightgbm.version>
<!-- XXX: The 2.0.2 and 2.0.3 versions are invalid -->
<xgboost4j-spark.version>[1.0.0, 2.0.1]</xgboost4j-spark.version>
<xgboost4j-spark.version>[1.0.0, 2.0.1],[2.1.0, 2.1.3]</xgboost4j-spark.version>

<skipTests>false</skipTests>
</properties>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-converter</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand All @@ -97,25 +97,25 @@
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-converter-testing</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>
</dependency>

<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-evaluator-testing</artifactId>
<version>1.6.4</version>
<version>1.6.5</version>
</dependency>

<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-lightgbm</artifactId>
<version>1.5.3</version>
<version>1.5.5</version>
</dependency>

<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-xgboost</artifactId>
<version>1.8.5</version>
<version>1.8.7</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e172e75

Please sign in to comment.