Thank you Gary. I tried to update the dependency simply by changing the
version in the POM file in IntelliJ. After some investigation it seemed
that snapshots are not available neither in Maven central nor at
https://repository.apache.org/content/repositories/snapshots/
Could you point me on how to locate the Apache snapshot repository?


On 2022/04/18 12:57:46 Gary Gregory wrote:
> You'll need to point Maven or your build to the Apache snapshot repository
> and use 1.0-alpha3-SNAPSHOT until
> 1.0-alpha3 is released, but, there is no schedule for that to happen.
>
> Gary
>
>
> On Mon, Apr 18, 2022, 07:51 Half Scheidl <[email protected]> wrote:
>
> > I'm interested in using the Imaging library to write text chunks to Png
> > images. By looking at TIFF ImageWriter example it seems the
> > PngImageParameters is the way to go, however the class has a comment
"since
> > 1-alpha3", however Maven only shows 1-alpha2.
> >
> > Apologies for the lack of familiarity with the development cycles, how
> > could I find out when that version of the code is going to be released?
> >
> > Link to the class mentioned:
> >
> >
https://github.com/apache/commons-imaging/blob/master/src/main/java/org/apache/commons/imaging/formats/png/PngImagingParameters.java
> >
>

Reply via email to