Skip to content
Snippets Groups Projects
Commit b8883640 authored by Stéphane  DALLONGEVILLE's avatar Stéphane DALLONGEVILLE
Browse files

Updated to use new parent POM + fix

parent 5afcc6a0
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<version>1.0.6</version> <artifactId>parent-pom-plugin</artifactId>
<version>1.0.1</version>
</parent> </parent>
<artifactId>linear-programming</artifactId> <artifactId>linear-programming</artifactId>
...@@ -24,4 +24,12 @@ ...@@ -24,4 +24,12 @@
custom problems: java -jar linearProgrammingICY.jar -help for the manual. custom problems: java -jar linearProgrammingICY.jar -help for the manual.
Sources files are provided in the jar file. Sources files are provided in the jar file.
</description> </description>
<repositories>
<repository>
<id>icy</id>
<url>https://icy-nexus.pasteur.fr/repository/Icy/</url>
</repository>
</repositories>
</project> </project>
\ No newline at end of file
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