Fix version numbers of Maven artifacts and JARs

Fixes issue #55
This commit is contained in:
Paul Vorbach 2014-08-14 15:13:54 +02:00
parent 64668807e0
commit d310b7c8e7

View File

@ -383,12 +383,12 @@ To depend on the JPEG and TIFF plugin using Maven, add the following to your POM
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-jpeg</artifactId> <artifactId>imageio-jpeg</artifactId>
<version>3.0-rc-5</version> <!-- Alternatively, build your own 3.0-something version --> <version>3.0-rc5</version> <!-- Alternatively, build your own 3.0-something version -->
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-tiff</artifactId> <artifactId>imageio-tiff</artifactId>
<version>3.0-rc-5</version> <!-- Alternatively, build your own 3.0-something version --> <version>3.0-rc5</version> <!-- Alternatively, build your own 3.0-something version -->
</dependency> </dependency>
</dependencies> </dependencies>
@ -396,13 +396,13 @@ To depend on the JPEG and TIFF plugin using Maven, add the following to your POM
To depend on the JPEG and TIFF plugin in your IDE or program, add all of the following JARs to your class path: To depend on the JPEG and TIFF plugin in your IDE or program, add all of the following JARs to your class path:
twelvemonkeys-common-lang-3.0-rc-5.jar twelvemonkeys-common-lang-3.0-rc5.jar
twelvemonkeys-common-io-3.0-rc-5.jar twelvemonkeys-common-io-3.0-rc5.jar
twelvemonkeys-common-image-3.0-rc-5.jar twelvemonkeys-common-image-3.0-rc5.jar
twelvemonkeys-imageio-core-3.0-rc-5.jar twelvemonkeys-imageio-core-3.0-rc5.jar
twelvemonkeys-imageio-metadata-3.0-rc-5.jar twelvemonkeys-imageio-metadata-3.0-rc5.jar
twelvemonkeys-imageio-jpeg-3.0-rc-5.jar twelvemonkeys-imageio-jpeg-3.0-rc5.jar
twelvemonkeys-imageio-tiff-3.0-rc-5.jar twelvemonkeys-imageio-tiff-3.0-rc5.jar
### Links to prebuilt binaries ### Links to prebuilt binaries