1.1.2 Release uses SNAPSHOT dependency

Asked by Jimune

Release 1.1.2 Java API as found in Maven uses a SNAPSHOT dependency of sikulix2tigervnc:
https://search.maven.org/#artifactdetails%7Ccom.sikulix%7Csikulixapi%7C1.1.2%7Cjar
    <dependency>
      <groupId>com.sikulix</groupId>
      <artifactId>sikulix2tigervnc</artifactId>
      <version>2.0.0-SNAPSHOT</version>
    </dependency>

What are the plans to use a release version instead of a SNAPSHOT?
And will the dependency be added to central (as it is hosted on an external repository at the moment)?

We work behind a firewall which blocks repositories other than central and we need to validate our software for which we can't have SNAPSHOTS in the dependencies

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

I will not fix that for 1.1.2

... but when I make 1.1.3 final the next weeks (2 up to 4), I will put a version of sikulix2tigervnc on MavenCentral too.

Revision history for this message
Jimune (jimune) said :
#2

Thanks RaiMan, that solved my question.