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

# Conflicts:
#	nucleus/parent/pom.xml
  • Loading branch information
dmatej committed Apr 12, 2022
1 parent e99fcbf commit edfa046
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,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 @@ -192,7 +192,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
3 changes: 1 addition & 2 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,7 @@
<version>7.0.3</version>
<scope>provided</scope>
</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>org.jline</groupId>
<artifactId>jline</artifactId>
Expand Down

0 comments on commit edfa046

Please sign in to comment.