Skip to content

Commit c91cb5c

Browse files
authored
Fixed misaligned dependency for printing profile (#7477)
1 parent fc0e026 commit c91cb5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

product/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
<dependency>
410410
<groupId>org.mapfish.print</groupId>
411411
<artifactId>print-lib</artifactId>
412-
<version>geosolutions-2.0-SNAPSHOT</version>
412+
<version>geosolutions-2.0</version>
413413
<exclusions>
414414
<exclusion>
415415
<groupId>commons-codec</groupId>

project/standard/templates/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>it.geosolutions.mapstore</groupId>
2323
<artifactId>mapstore-services</artifactId>
24-
<version>1.2-SNAPSHOT</version>
24+
<version>1.2.0</version>
2525
</dependency>
2626
<!-- ================================================================ -->
2727
<!-- GeoStore modules -->

0 commit comments

Comments
 (0)