Skip to content

Commit 90aff98

Browse files
committed
CHORE: Remove SNAPSHOT from dependencies
The new deployment plugin enforces that dependencies don't reference SNAPSHOT versions, which causes the deployment now to fail when processing the au.csiro.aehrc.third.hail-is dependency. Remove the -SNAPSHOT suffix from the hail-is dependency.
1 parent a282799 commit 90aff98

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}-SNAPSHOT</version>
226+
<version>${hail.version}</version>
227227
<scope>provided</scope>
228228
</dependency>
229229
<dependency>

0 commit comments

Comments
 (0)