Skip to content
Snippets Groups Projects
Commit 8032b253 authored by Kitwaii's avatar Kitwaii
Browse files

Updated parent version

parent 6439a4ee
No related branches found
No related merge requests found
......@@ -5,3 +5,5 @@
*.jar
bin/
target/
.idea/
*.iml
......@@ -7,10 +7,10 @@
<parent>
<artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId>
<version>1.0.4</version>
<version>1.0.6</version>
</parent>
<artifactId>icy-script-editor</artifactId>
<artifactId>script-editor</artifactId>
<version>1.17.0</version>
<packaging>jar</packaging>
......@@ -23,40 +23,33 @@
<dependencies>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-blocks</artifactId>
<version>1.0.1</version>
<artifactId>blocks</artifactId>
<version>${blocks.version}</version>
</dependency>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-javadocparser</artifactId>
<version>1.0.1</version>
<artifactId>javadocparser</artifactId>
<version>${javadocparser.version}</version>
</dependency>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-autocomplete</artifactId>
<version>2.5.0</version>
<artifactId>autocomplete</artifactId>
<version>${autocomplete.version}</version>
</dependency>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-rsyntaxtextarea</artifactId>
<version>2.5.1</version>
<artifactId>rsyntaxtextarea</artifactId>
<version>${rsyntaxtextarea.version}</version>
</dependency>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-rhino</artifactId>
<version>1.7.6</version>
<artifactId>rhino</artifactId>
<version>${rhino.version}</version>
</dependency>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-jython</artifactId>
<version>2.8.0</version>
<artifactId>jython</artifactId>
<version>${icy-jython.version}</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>icy-prod</id>
<url>https://icy-nexus.pasteur.fr/repository/Icy/</url>
</repository>
</repositories>
</project>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment