Pom version cleaning and updates.
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/57de7ed6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/57de7ed6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/57de7ed6 Branch: refs/heads/execwork Commit: 57de7ed6b693b25b4c9a0c0580fa751be0535802 Parents: 3d41be4 Author: Jacques Nadeau <[email protected]> Authored: Tue Jul 16 11:00:14 2013 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Fri Jul 19 14:53:31 2013 -0700 ---------------------------------------------------------------------- sandbox/prototype/pom.xml | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/57de7ed6/sandbox/prototype/pom.xml ---------------------------------------------------------------------- diff --git a/sandbox/prototype/pom.xml b/sandbox/prototype/pom.xml index b7b9a40..2e5dd02 100644 --- a/sandbox/prototype/pom.xml +++ b/sandbox/prototype/pom.xml @@ -20,7 +20,7 @@ <target.gen.source.path>${project.basedir}/target/generated-sources</target.gen.source.path> <proto.cas.path>${project.basedir}/src/main/protobuf/</proto.cas.path> <dep.junit.version>4.11</dep.junit.version> - <dep.slf4j.version>1.7.2</dep.slf4j.version> + <dep.slf4j.version>1.7.5</dep.slf4j.version> </properties> @@ -67,7 +67,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>2.6</version> <configuration> <encoding>UTF-8</encoding> </configuration> @@ -75,7 +74,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.0</version> <configuration> <source>1.7</source> <target>1.7</target> @@ -83,7 +81,6 @@ </plugin> <plugin> <artifactId>maven-enforcer-plugin</artifactId> - <version>1.2</version> <executions> <execution> <id>no_commons_logging</id> @@ -104,8 +101,23 @@ </plugin> </plugins> <pluginManagement> + <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-resources-plugin</artifactId> + <version>2.6</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> + </plugin> + <plugin> + <artifactId>maven-enforcer-plugin</artifactId> + <version>1.2</version> + </plugin> + <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.15</version> </plugin> @@ -144,6 +156,19 @@ <ignore></ignore> </action> </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId>com.googlecode.fmpp-maven-plugin</groupId> + <artifactId>fmpp-maven-plugin</artifactId> + <versionRange>[1.0,)</versionRange> + <goals> + <goal>run</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration> @@ -187,7 +212,7 @@ <dependency> <groupId>com.googlecode.jmockit</groupId> <artifactId>jmockit</artifactId> - <version>1.2</version> + <version>1.3</version> <scope>test</scope> </dependency> <dependency> @@ -199,7 +224,7 @@ <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> - <version>1.0.7</version> + <version>1.0.13</version> <scope>test</scope> </dependency> <dependency>
