Skip to content

Commit

Permalink
Updating Prereqs and plugins
Browse files Browse the repository at this point in the history
--HG--
extra : amend_source : 31da5144387b274a1c962c35dbcb7746cab6c34a
  • Loading branch information
aldrinleal committed Feb 25, 2014
1 parent bc07305 commit 1545207
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<packaging>maven-plugin</packaging>
<version>0.0.5-SNAPSHOT</version>

<prerequisites>
<maven>3.1.1</maven>
</prerequisites>

<description>jbake-maven-plugin is a plugin to integrate JBake into your projects</description>
<url>http://docs.ingenieux.com.br/jbake-maven-plugin/</url>
<inceptionYear>2013</inceptionYear>
Expand Down Expand Up @@ -218,7 +222,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<version>3.1</version>
<configuration>
<!-- http://maven.apache.org/plugins/maven-compiler-plugin/ -->
<source>1.7</source>
Expand All @@ -228,14 +232,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.2</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
<version>3.3</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 1545207

Please sign in to comment.