Repository: incubator-brooklyn Updated Branches: refs/heads/master 44755eb12 -> 8aae07adb
Update the plexus eclipse compiler to latest stable Fixes failing builds where the compiler is looking for a non existing generated-sources/annotations folder. Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/b36d447f Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/b36d447f Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/b36d447f Branch: refs/heads/master Commit: b36d447ffe373f54f8f9511ca8312c2a3ae59898 Parents: e92dd1e Author: Svetoslav Neykov <[email protected]> Authored: Tue Oct 6 09:40:46 2015 +0300 Committer: Svetoslav Neykov <[email protected]> Committed: Tue Oct 6 09:40:46 2015 +0300 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/b36d447f/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 246f64c..24ae21c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1883,7 +1883,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-compiler-eclipse</artifactId> - <version>2.4</version> + <version>2.6</version> </dependency> </dependencies> </plugin>
