Enable compatibility check against release-1.3
authorJaroslav Tulach <jtulach@netbeans.org>
Fri, 15 Jul 2016 19:12:50 +0200
changeset 1100031e46d048d8
parent 1099 833829b33779
child 1103 d8f27be84171
Enable compatibility check against release-1.3
pom.xml
     1.1 --- a/pom.xml	Fri Jul 15 18:47:11 2016 +0200
     1.2 +++ b/pom.xml	Fri Jul 15 19:12:50 2016 +0200
     1.3 @@ -167,11 +167,13 @@
     1.4                      <execution>
     1.5                          <goals>
     1.6                              <goal>generate</goal>
     1.7 +                            <goal>check</goal>
     1.8                          </goals>
     1.9                      </execution>
    1.10                  </executions>
    1.11                  <configuration>
    1.12                      <packages>${publicPackages}</packages>
    1.13 +                    <releaseVersion>1.3</releaseVersion>
    1.14                  </configuration>
    1.15              </plugin>
    1.16        </plugins>