Compare commits

...

1 Commits

Author SHA1 Message Date
kjwang-talend
7bd5adae63 TUP-34420 In 8.0 patch, there are some libraries plugin's version can't
update that cause Studio can't apply it.
https://jira.talendforge.org/browse/TUP-34420
2022-01-12 15:53:16 +08:00
2 changed files with 4 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
<log4j.version>1.2.17</log4j.version>
<slf4j.version>1.7.29</slf4j.version>
<log4j2.version>2.17.1</log4j2.version>
<tycho.buildtimestamp.format>${timestamp}</tycho.buildtimestamp.format>
</properties>
<dependencies>
<dependency>

View File

@@ -9,4 +9,7 @@
</parent>
<artifactId>org.talend.libraries.persist.lookup</artifactId>
<packaging>eclipse-plugin</packaging>
<properties>
<tycho.buildtimestamp.format>${timestamp}</tycho.buildtimestamp.format>
</properties>
</project>