Skip to content

Commit

Permalink
Explicitly declares versions for Maven plugins, updates to latest ver…
Browse files Browse the repository at this point in the history
…sions of those plugins.
  • Loading branch information
Edwin Shin committed Feb 8, 2013
1 parent 66e2ec1 commit 21ae48d
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 5 deletions.
4 changes: 1 addition & 3 deletions fcrepo-kernel/pom.xml
Expand Up @@ -11,7 +11,7 @@
<artifactId>fcrepo-kernel</artifactId>
<packaging>jar</packaging>

<name>ModeShape prototype kernel</name>
<name>fcrepo kernel</name>

<dependencies>
<dependency>
Expand Down Expand Up @@ -163,9 +163,7 @@
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.1</version>
<executions>
<execution>
<phase>validate</phase>
Expand Down
48 changes: 46 additions & 2 deletions pom.xml
Expand Up @@ -97,9 +97,53 @@
<version>2.3.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<debug>false</debug>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.5.1</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.3.1</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.3.2</version>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.1</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12.3</version>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.1.1</version>
<version>2.2</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
Expand Down

0 comments on commit 21ae48d

Please sign in to comment.