Skip to content

Commit

Permalink
Release 3.1.0 (PR #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
axlbonnet authored Jun 27, 2022
2 parents 895e864 + e6c8859 commit 20e3530
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

<groupId>fr.insalyon.creatis</groupId>
<artifactId>gasw-h2-plugin</artifactId>
<version>3.0</version>
<version>3.1.0</version>
<packaging>jar</packaging>

<name>GASW-H2-Plugin</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>

<licenses>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>fr.insalyon.creatis</groupId>
<artifactId>gasw</artifactId>
<version>3.0</version>
<version>3.7.0</version>
<scope>provided</scope>
</dependency>

Expand All @@ -86,18 +86,25 @@

</dependencies>

<distributionManagement>
<repositories>
<repository>
<id>creatis</id>
<name>Creatis Insa Lyon repository [creatis]</name>
<url>https://vip.creatis.insa-lyon.fr:9007/nexus/repository/public</url>
</repository>
</repositories>

<distributionManagement>
<repository>
<id>creatis-releases</id>
<name>Creatis Insa Lyon repository [creatis]</name>
<url>http://vip.creatis.insa-lyon.fr:9007/nexus/content/repositories/releases</url>
<name>Internal Releases</name>
<url>https://vip.creatis.insa-lyon.fr:9007/nexus/repository/releases</url>
</repository>

<snapshotRepository>
<id>creatis-snapshots</id>
<name>Creatis Insa Lyon repository [snapshots]</name>
<url>http://vip.creatis.insa-lyon.fr:9007/nexus/content/repositories/snapshots</url>
<name>Internal Snapshots</name>
<url>https://vip.creatis.insa-lyon.fr:9007/nexus/repository/snapshots</url>
</snapshotRepository>

</distributionManagement>
Expand Down

0 comments on commit 20e3530

Please sign in to comment.