spark-redshift-community / spark-redshift

Performant Redshift data source for Apache Spark
Apache License 2.0
135 stars 62 forks source link

Wrong tag name for SNAPSHOT in jitpack #67

Closed y-nosa closed 4 years ago

y-nosa commented 4 years ago

Currently, the release for the latest commit is named "-SNAPSHOT" in the jitpack, not the "master-SNAPSHOT" as mentioned in the documentation (https://jitpack.io/#spark-redshift-community/spark-redshift/-SNAPSHOT). I wonder, is it a time to make a new release just to reference more or less stable version instead of SNAPSHOT in the dependent projects.

lucagiovagnoli commented 4 years ago

Hi @y-nosa , apologies about the README. jitpack is a leftover from when we forked, we've already released a stable version "4.0.1", you can find it here: https://oss.sonatype.org/#nexus-search;quick~spark-redshift-community

<dependency>
  <groupId>io.github.spark-redshift-community</groupId>
  <artifactId>spark-redshift_2.11</artifactId>
  <version>4.0.1</version>
</dependency>

Snapshots are on nexus too, you may find them here https://oss.sonatype.org/#nexus-search;quick~spark-redshift-community

I'll update the README