diff --git a/pom.xml b/pom.xml index d8983f46d239752a1071612e8f0fda2fda01b450..0f2922844bd1c374c29171c9dfd254bef8264214 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -11,7 +12,7 @@ <groupId>org.example</groupId> <artifactId>zellige-core</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <name>Zellige-core</name> @@ -22,13 +23,13 @@ <name>Institut Pasteur</name> <url>https://pasteur.fr</url> </organization> - <licenses> - <license> - <name>Simplified BSD License</name> - <url>https://opensource.org/licenses/BSD-2-Clause</url> - <distribution>repo</distribution> - </license> - </licenses> + <licenses> + <license> + <name>Simplified BSD License</name> + <url>https://opensource.org/licenses/BSD-2-Clause</url> + <distribution>repo</distribution> + </license> + </licenses> <repositories> <!-- NB: for SciJava dependencies --> @@ -50,14 +51,6 @@ <build> <plugins> - <!-- <plugin>--> - <!-- <groupId>org.apache.maven.plugins</groupId>--> - <!-- <artifactId>maven-compiler-plugin</artifactId>--> - <!-- <version>3.8.0</version>--> - <!-- <configuration>--> - <!-- <release>11</release>--> - <!-- </configuration>--> - <!-- </plugin>--> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> @@ -75,27 +68,12 @@ </excludes> </configuration> </plugin> - <!-- <plugin>--> - <!-- <groupId>org.apache.maven.plugins</groupId>--> - <!-- <artifactId>maven-compiler-plugin</artifactId>--> - <!-- <configuration>--> - <!-- <source>8</source>--> - <!-- <target>8</target>--> - <!-- </configuration>--> - <!-- </plugin>--> </plugins> </build> <dependencies> - <dependency> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>3.0.0-M5</version> - </dependency> - - <!-- JZY stuff --> <dependency> <groupId>org.jzy3d</groupId> @@ -203,11 +181,6 @@ <version>1.10.19</version> <scope>test</scope> </dependency> - <!-- <dependency>--> - <!-- <groupId>org.powermock</groupId>--> - <!-- <artifactId>powermock-api-mockito2</artifactId>--> - <!-- <version>2.0.9</version>--> - <!-- </dependency>--> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito</artifactId> @@ -240,15 +213,8 @@ <version>2.9.0</version> </dependency> - <!-- <dependency>--> - <!-- <groupId>org.jacoco</groupId>--> - <!-- <artifactId>jacoco-maven-plugin</artifactId>--> - <!-- <version>0.8.6</version>--> - <!-- </dependency>--> - </dependencies> - <mailingLists> <mailingList> <name>Image.sc Forum</name> @@ -259,7 +225,7 @@ <scm> <connection>scm:git:git://gitlab.pasteur.fr/ctrebeau/zellige-core/</connection> <developerConnection>scm:git:git@gitlab.pasteur.fr/ctrebeau/zellige-core/</developerConnection> - <tag>HEAD</tag> + <tag>zellige-core-1.1.1</tag> <url>https://gitlab.pasteur.fr/ctrebeau/zellige-core/</url> </scm> <issueManagement> @@ -286,6 +252,7 @@ <developer> <id>ctrebeau</id> <name>Céline Trébeau</name> + <url>https://research.pasteur.fr/fr/member/celine-trebeau/</url> <email>celine.trebeau@pasteur.fr</email> <organization>Institut Pasteur</organization> <organizationUrl>http://pasteur.fr/</organizationUrl>