Skip to content
Snippets Groups Projects
Commit ebf9b170 authored by Thomas  MUSSET's avatar Thomas MUSSET
Browse files

update pom parent

parent 2e9c5f33
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,12 @@
<parent>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>parent-pom-plugin</artifactId>
<version>1.0.8</version>
<artifactId>pom-icy</artifactId>
<version>2.2.0</version>
</parent>
<artifactId>rsyntaxtextarea</artifactId>
<version>2.5.1</version>
<version>3.0.0</version>
<packaging>jar</packaging>
......@@ -20,11 +20,15 @@
RSyntaxTextArea library for Icy: provides a TextArea component with syntax highlight for different languages.
</description>
<properties>
<artifact-to-extract>rsyntaxtextarea</artifact-to-extract>
</properties>
<dependencies>
<dependency>
<groupId>com.fifesoft</groupId>
<artifactId>rsyntaxtextarea</artifactId>
<version>2.5.1</version>
<version>3.3.3</version>
</dependency>
</dependencies>
......
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