Revert to Immutables 2.7.3 76/79276/3
authorStephen Kitt <skitt@redhat.com>
Mon, 7 Jan 2019 15:02:50 +0000 (16:02 +0100)
committerRobert Varga <nite@hq.sk>
Mon, 7 Jan 2019 16:06:32 +0000 (16:06 +0000)
Release 2.7.4 produces invalid Javadocs which break our build (see
https://github.com/immutables/immutables/issues/890 for one example).
This patch reverts to 2.7.3 which produces valid Javadocs. Release
2.7.5 should also be usable; the current snapshot works fine.

Change-Id: Idae6f726080e00197753e2ac93fc062b66670c1c
Signed-off-by: Stephen Kitt <skitt@redhat.com>
odlparent/pom.xml

index 514c97a3d1670d0c58c07871cfe4cbcca38d8b41..1a352950f892a264c85263b504fdfea55ab786c2 100644 (file)
         <!-- Generates immutable implementations, builders, the works -->
         <groupId>org.immutables</groupId>
         <artifactId>value</artifactId>
-        <version>2.7.4</version>
+        <version>2.7.3</version>
         <!-- Must be provided; scope=test here breaks APT in Eclipse :( -->
         <scope>provided</scope>
       </dependency>