Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancailbourdin committed Jan 11, 2024
1 parent be3cbc7 commit 8cca117
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

<groupId>fr.recia.glc</groupId>
<artifactId>esco-glc</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<packaging>war</packaging>
<name>esco-glc</name>
<description>API de Gestion Locale des Comptes</description>

<scm>
<connection>scm:git:ssh://[email protected]/GIP-RECIA/GLC.git</connection>
<developerConnection>scm:git:ssh://[email protected]/GIP-RECIA/GLC.git</developerConnection>
<tag>HEAD</tag>
<tag>0.0.2</tag>
<url>https://github.com/GIP-RECIA/GLC.git</url>
</scm>

Expand All @@ -38,8 +38,8 @@
<properties>
<check.java.version>11</check.java.version>
<java.version>11</java.version>
<springdoc-api.version>1.6.15</springdoc-api.version>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
<springdoc-api.version>1.6.15</springdoc-api.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 8cca117

Please sign in to comment.