Skip to content

Commit

Permalink
Merge branch 'master' of github.com:olamy/JavadocUpdaterTool
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Jun 21, 2013
2 parents 05ffb30 + 27d1c24 commit faee839
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Expand Up @@ -67,6 +67,15 @@ under the License.
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit faee839

Please sign in to comment.