move versions in properties

This commit is contained in:
amit.pandey
2020-01-16 01:53:26 +05:30
parent 0a369c4a16
commit b2b41f2f12
66 changed files with 339 additions and 158 deletions
+2 -1
View File
@@ -44,12 +44,13 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.5</version>
<version>${httpclient.version}</version>
</dependency>
</dependencies>
<properties>
<dl4j.version>0.9.1</dl4j.version> <!-- Latest non beta version -->
<httpclient.version>4.3.5</httpclient.version>
</properties>
</project>