Skip to content

Commit 74f0f19

Browse files
committed
CHORE: Reference timestamp for hail-is snapshot
Maven will no longer accept SNAPSHOT versions as dependencies, but the available version of hail-is is only published as a snapshot. However the hosted file is referenced with a timestamp, and according to https://hsgamer.me/posts/snapshot-dependency-maven-central that can be used as a version. Use the snapshot timestamp as the version, which will hopefully (although the path still contains /0.2.74-SNAPSHOT/) allow the correct jar file to be accessed. If this doesn't succeed, we're looking at attempting a full publishing of the hail-is library, which needs to include signing, licenses, sources, javadocs and other metadata. In this case we're likely to simply skip 0.5.4 and move straight to attempting to publish the hail-free version.
1 parent 90aff98 commit 74f0f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
<!-- the all artifact is broken in repo, use the default one here -->
224224
<groupId>au.csiro.aehrc.third.hail-is</groupId>
225225
<artifactId>hail_${scala.binary.version}_${spark.binary.version}</artifactId>
226-
<version>${hail.version}</version>
226+
<version>${hail.version}-20240126.014320-5</version>
227227
<scope>provided</scope>
228228
</dependency>
229229
<dependency>

0 commit comments

Comments
 (0)