rt/mojo/pom.xml
changeset 1883 070ec7968ab0
parent 1876 785891e2e2c6
child 1911 fe2e6f5a2044
     1.1 --- a/rt/mojo/pom.xml	Wed Jan 27 23:33:22 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>