Skip to content

Commit

Permalink
Tiny updates
Browse files Browse the repository at this point in the history
- several comments
- link to JDK11 javadoc instead of 8
  • Loading branch information
dmatej committed Apr 6, 2022
1 parent 698fff0 commit 7415633
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<rules>
<requireJavaVersion>
<version>[1.8.0,1.9.0)</version>
<message>You need JDK8 or lower</message>
<message>You need JDK8</message>
</requireJavaVersion>
</rules>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion nucleus/admin/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
<verbose>false</verbose>
<linksource>true</linksource>
<links>
<link>https://docs.oracle.com/javase/8/docs/api/</link>
<link>https://docs.oracle.com/en/java/javase/11/docs/api/</link>
</links>
<show>private</show>
</configuration>
Expand Down
8 changes: 1 addition & 7 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@
<artifactId>org.apache.felix.bundlerepository</artifactId>
<version>2.0.10</version>
</dependency>
<!-- This is currently used by osgi-shell cmd, but can be used for others as well -->
<!-- This is currently used by osgi-shell cmd -->
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
Expand Down Expand Up @@ -948,12 +948,6 @@
</executions>
</plugin>

<!-- force cleaning of the local repository <plugin> <artifactId>maven-dependency-plugin</artifactId> <executions>
<execution> <id>purge-local-dependencies</id> <phase>initialize</phase> <goals> <goal>purge-local-repository</goal> </goals>
<configuration> <resolutionFuzziness>groupId</resolutionFuzziness> <includes> <include>jakarta.ejb</include> <include>jakarta.transaction</include>
<include>jakarta.resource</include> <include>jakarta.enterprise.concurrent</include> <include>jakarta.ws.rs</include> <include>javax.xml.registry</include>
<include>jakarta.websocket</include> <include>org.glassfish.jersey</include> </includes> </configuration> </execution> </executions>
</plugin> -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand Down

0 comments on commit 7415633

Please sign in to comment.