diff --git a/pom.xml b/pom.xml index 435717a0afbc6cc9bd54b8c26f2a2f297ee7a5cb..006209a77dcb525794e6bc82e67ae5f59b3f8e97 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ <!-- Project Information --> <artifactId>apache-commons-logging</artifactId> - <version>1.2</version> + <version>1.2.0</version> <packaging>jar</packaging> @@ -64,7 +64,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>3.1.1</version> <executions> <execution> <id>${project.artifactId}-fetch</id> @@ -97,6 +96,8 @@ <artifactId>commons-logging</artifactId> <version>1.2</version> </dependency> + + </dependencies> <!-- Icy Maven repository (to find parent POM) -->