Repository: incubator-tamaya-sandbox Updated Branches: refs/heads/master a2951db76 -> 122222ca3
TAMAYA-321: Fix pom warnings. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/122222ca Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/122222ca Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/122222ca Branch: refs/heads/master Commit: 122222ca3e0d2d1850fbb7f2d99299d6fc78a4ba Parents: a2951db Author: Phil Ottlinger <[email protected]> Authored: Tue Nov 28 23:23:57 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Tue Nov 28 23:23:57 2017 +0100 ---------------------------------------------------------------------- pom.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/122222ca/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9e8f9bc..b313eeb 100644 --- a/pom.xml +++ b/pom.xml @@ -658,7 +658,6 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> - <version>${enforcer.version}</version> <executions> <execution> <id>enforce-versions</id> @@ -687,7 +686,6 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>${javadoc.version}</version> <executions> <execution> <id>attach-javadocs</id> @@ -727,7 +725,6 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>2.5.3</version> <configuration> <pushChanges>false</pushChanges> <localCheckout>true</localCheckout> @@ -748,7 +745,6 @@ under the License. <plugin> <groupId>biz.aQute.bnd</groupId> <artifactId>bnd-maven-plugin</artifactId> - <version>3.3.0</version> <executions> <execution> <goals> @@ -760,7 +756,6 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>3.0.2</version> <configuration> <archive> <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> @@ -788,6 +783,8 @@ under the License. <module>metamodel</module> <module>uom</module> <module>vertx</module> + <!-- Once the API is officially available ... --> + <!-- module>configjsr</module--> </modules> <profiles>
