Skip to content

Commit

Permalink
change way we include version
Browse files Browse the repository at this point in the history
  • Loading branch information
basseche committed Nov 28, 2024
1 parent e5df344 commit ab66b68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<gridsuite-dependencies.version>35</gridsuite-dependencies.version>
<string-template.version>4.3.1</string-template.version>
<liquibase-hibernate-package>org.gridsuite.filter.server</liquibase-hibernate-package>
<filter.version>1.0.16</filter.version>
</properties>

<build>
Expand Down Expand Up @@ -101,7 +102,7 @@
<groupId>org.gridsuite</groupId>
<artifactId>gridsuite-filter</artifactId>
<!-- FIXME: version to be removed at next gridsuite-dependencies upgrade -->
<version>1.0.16</version>
<version>${filter.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit ab66b68

Please sign in to comment.