Skip to content

Commit

Permalink
Merge pull request #156 from ebocher/release_1_7_1
Browse files Browse the repository at this point in the history
Try to fix the release process
  • Loading branch information
ebocher authored Jan 2, 2024
2 parents ac80031 + 43d51de commit 72d3f09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
+ Update SLF4J to 2.0.9
+ Fix parsing ellipsoid name
+ Update EPSG file
+ Update dependencies
+ Update dependencies and maven plugins
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<connection>scm:git:https://github.com/orbisgis/cts.git</connection>
<developerConnection>scm:git:https://github.com/orbisgis/cts.git</developerConnection>
<url>git@github.com:orbisgis/cts.git</url>
<tag>v1.7.1</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand All @@ -54,14 +54,14 @@
<!-- Properties -->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven-version>3.6.3</maven-version>
<maven-version>3.5.0</maven-version>
<java-version>11</java-version>
<maven.compiler.target>${java-version}</maven.compiler.target>
<maven.compiler.source>${java-version}</maven.compiler.source>

<!-- Dependencies versions -->
<junit-version>5.10.1</junit-version>
<slf4j-version>2.0.9</slf4j-version>
<slf4j-version>2.0.10</slf4j-version>

<!-- Plugins versions -->
<exec-maven-version>3.0.0</exec-maven-version>
Expand Down

0 comments on commit 72d3f09

Please sign in to comment.