Adjusting the versions so the build succeeds with retrolambda 2.1.0
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 04 Mar 2016 06:09:52 +0100
changeset 1883070ec7968ab0
parent 1882 bf9cd8ee73d6
child 1884 20e19d808442
Adjusting the versions so the build succeeds with retrolambda 2.1.0
rt/mojo/pom.xml
     1.1 --- a/rt/mojo/pom.xml	Thu Mar 03 06:17:20 2016 +0100
     1.2 +++ b/rt/mojo/pom.xml	Fri Mar 04 06:09:52 2016 +0100
     1.3 @@ -17,7 +17,7 @@
     1.4              <plugin>
     1.5                  <groupId>org.apache.maven.plugins</groupId>
     1.6                  <artifactId>maven-plugin-plugin</artifactId>
     1.7 -                <version>3.1</version>
     1.8 +                <version>3.4</version>
     1.9                  <configuration>
    1.10                      <extractors>
    1.11                          <extractor>java-annotations</extractor>
    1.12 @@ -101,7 +101,7 @@
    1.13      <dependency>
    1.14          <groupId>org.apidesign.bck2brwsr</groupId>
    1.15          <artifactId>aot</artifactId>
    1.16 -      <version>1.0-SNAPSHOT</version>
    1.17 +      <version>${project.version}</version>
    1.18        <type>jar</type>
    1.19      </dependency>
    1.20  </dependencies>