embl-cba / fly-reg

BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Uplate site provides out-of-date jar versions #10

Closed ssgpers closed 2 years ago

ssgpers commented 2 years ago

@tischi

Update site provides 0.1.0 version of the FlyReg.

Feedback microscopy pipelines are compiled with 0.1.3-SNAPSHOT and do not work with 0.1.0

Would be great to release stable 0.1.3 and also make it available via update site.

Please also check the version of imagej-utils there, right now I get via update site 0.5.7-SNAPSHOT

tischi commented 2 years ago

Should be done.

You can also find it now on maven.

<dependency>
  <groupId>de.embl.cba</groupId>
  <artifactId>fly-reg</artifactId>
  <version>0.1.3</version>
</dependency>
tischi commented 2 years ago

If you use it via maven better use:

<dependency>
  <groupId>de.embl.cba</groupId>
  <artifactId>fly-reg</artifactId>
  <version>0.1.4</version>
</dependency>

I am not sure the 0.1.3 was really uploaded properly to maven.

ssgpers commented 2 years ago

FYI: update site still provides 0.1.3

tischi commented 2 years ago

I know, but that should be identical to 0.1.4