Skip to content

Commit

Permalink
feat(versioning): set tosit version for deps
Browse files Browse the repository at this point in the history
pom.xml: changed hadoop.version to 3.1.1-TDP-0.1.0-SNAPSHOT
pom.xml: tez.version to 0.9.1-TDP-0.1.0-SNAPSHOT
pom.xml: spark.version to 2.3.5-TDP-0.1.0-SNAPSHOT
fix(versioning): remove snapshot from tosit deps
  • Loading branch information
leopaul36 authored and SteBaum committed Mar 7, 2024
1 parent 007c74a commit 3ce2eea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<guava.version>19.0</guava.version>
<groovy.version>2.4.11</groovy.version>
<h2database.version>1.3.166</h2database.version>
<hadoop.version>3.1.0</hadoop.version>
<hadoop.version>3.1.1-0.0</hadoop.version>
<hadoop.bin.path>${basedir}/${hive.path.to.root}/testutils/hadoop</hadoop.bin.path>
<hamcrest.version>1.3</hamcrest.version>
<hbase.version>2.0.0-alpha4</hbase.version>
Expand Down Expand Up @@ -196,9 +196,9 @@
<slf4j.version>1.7.10</slf4j.version>
<ST4.version>4.0.4</ST4.version>
<storage-api.version>2.7.0</storage-api.version>
<tez.version>0.9.1</tez.version>
<tez.version>0.9.2-1.0</tez.version>
<super-csv.version>2.2.0</super-csv.version>
<spark.version>2.3.0</spark.version>
<spark.version>2.3.4-1.0</spark.version>
<scala.binary.version>2.11</scala.binary.version>
<scala.version>2.11.8</scala.version>
<tempus-fugit.version>1.1</tempus-fugit.version>
Expand Down

0 comments on commit 3ce2eea

Please sign in to comment.