Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bioimage Analysis
Vecmath
Commits
1b5a064c
Commit
1b5a064c
authored
Nov 24, 2020
by
Amandine TOURNAY
Browse files
Updated parent version
parent
f73e4c44
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
1b5a064c
...
...
@@ -7,7 +7,7 @@
<parent>
<artifactId>
pom-icy
</artifactId>
<groupId>
org.bioimageanalysis.icy
</groupId>
<version>
1.0.
4
</version>
<version>
1.0.
6
</version>
</parent>
<artifactId>
vecmath
</artifactId>
...
...
@@ -18,12 +18,6 @@
<name>
Vecmath
</name>
<description>
Provides 3D vector mathematics classes.
</description>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<outputJar>
${project.build.outputDirectory}/../plugin
</outputJar>
</properties>
<build>
<sourceDirectory>
src/main/java
</sourceDirectory>
<resources>
...
...
@@ -35,19 +29,4 @@
</resource>
</resources>
</build>
<dependencies>
<dependency>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
icy-kernel
</artifactId>
<version>
2.1.0
</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>
icy
</id>
<url>
https://icy-nexus.pasteur.fr/repository/Icy/
</url>
</repository>
</repositories>
</project>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment