move versions in properties

This commit is contained in:
amit.pandey
2020-01-16 01:53:26 +05:30
parent 6ff4e49984
commit b315bf35c6
66 changed files with 339 additions and 158 deletions

View File

@@ -12,12 +12,16 @@
<artifactId>java-ee-8-security-api</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<properties>
<unboundid.ldapsdk.version>4.0.4</unboundid.ldapsdk.version>
</properties>
<dependencies>
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
<version>4.0.4</version>
<version>${unboundid.ldapsdk.version}</version>
</dependency>
</dependencies>