Skip to content

Commit

Permalink
CONTINT-747 Temporary fix for default version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpage-alfresco committed Dec 5, 2024
1 parent 3964e56 commit 529f282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class DockerTags
private static final String TRANSFORM_ROUTER_TAG_DEFAULT = "4.0.1";
private static final String TRANSFORM_CORE_AIO_TAG_DEFAULT = "5.0.1";
private static final String SFS_TAG_DEFAULT = "4.0.1";
private static final String HXI_CONNECTOR_TAG_DEFAULT = "1.0.0-SNAPSHOT";
private static final String HXI_CONNECTOR_TAG_DEFAULT = "1.0.2-SNAPSHOT";
private static final String PROPERTIES_FILE = "docker-tags.properties";

private static Properties properties;
Expand Down

0 comments on commit 529f282

Please sign in to comment.