Skip to content
Snippets Groups Projects
Commit ff5ba3a7 authored by Radek Ošlejšek's avatar Radek Ošlejšek
Browse files

Minor fixes before merge

parent 19f16d6a
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,6 @@ ...@@ -56,7 +56,6 @@
<target>8</target> <target>8</target>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<repositories> <repositories>
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<dependency> <dependency>
<groupId>org.netbeans.api</groupId> <groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-nbjunit</artifactId> <artifactId>org-netbeans-modules-nbjunit</artifactId>
<version>RELEASE113</version> <version>${netbeans.version}</version>
<scope>test</scope> <!-- beyond platform cluster, this often needs to be dropped down to compile/runtime, some other modules in IDE clusters depend on it --> <scope>test</scope> <!-- beyond platform cluster, this often needs to be dropped down to compile/runtime, some other modules in IDE clusters depend on it -->
</dependency> </dependency>
<!-- To use Jelly Tools in your functional tests, add or replace with: <!-- To use Jelly Tools in your functional tests, add or replace with:
...@@ -86,14 +86,14 @@ ...@@ -86,14 +86,14 @@
</systemPropertyVariables> </systemPropertyVariables>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <!-- <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<configuration> <configuration>
<source>9</source> <source>9</source>
<target>9</target> <target>9</target>
</configuration> </configuration>
</plugin> </plugin> -->
</plugins> </plugins>
</build> </build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment