Skip to content

Commit

Permalink
Update maven-source-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
reiz committed Feb 27, 2016
1 parent b3c3c7e commit bf6533d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
<artifactId>versioneye-maven-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<apiKey>b7f7c65e66d38f511fb2</apiKey>
<!--<apiKey>YOUR_API_KEY</apiKey> --> <!-- To find here: https://www.versioneye.com/settings/api -->
<!--<baseUrl>http://localhost:3000</baseUrl>-->
<!--<proxyHost>127.0.0.1</proxyHost>-->
Expand Down Expand Up @@ -188,7 +189,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<version>3.0.0</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit bf6533d

Please sign in to comment.