Skip to content

Commit

Permalink
Using lexer as provided as part of Apache NetBeans release 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaroslav Tulach committed Mar 25, 2019
1 parent 2263a9c commit e247277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<repository>

This comment has been minimized.

Copy link
@JaroslavTulach

JaroslavTulach Mar 25, 2019

Owner

Once the Apache NetBeans bits are in Maven central, this whole repository element subtree can be removed.

<id>netbeans</id>
<name>NetBeans</name>
<url>http://bits.netbeans.org/maven2/</url>
<url>https://repository.apache.org/content/repositories/orgapachenetbeans-1012/</url>
</repository>
</repositories>
<dependencies>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-lexer</artifactId>
<version>RELEASE82</version>
<version>RELEASE100</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e247277

Please sign in to comment.