Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
reiz committed Jan 11, 2017
1 parent 789bdbc commit 8def0f7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You can add the plugin to your project by adding this snippet to your
<plugin>
<groupId>com.versioneye</groupId>
<artifactId>versioneye-maven-plugin</artifactId>
<version>3.11.0</version>
<version>3.11.1</version>
</plugin>
</plugins>
</build>
Expand Down Expand Up @@ -137,7 +137,7 @@ Now let the versioneye-maven-plugin know what your *API KEY* is.
<plugin>
<groupId>com.versioneye</groupId>
<artifactId>versioneye-maven-plugin</artifactId>
<version>3.11.0</version>
<version>3.11.1</version>
<configuration>
<apiKey>MY_SECRET_API_KEY</apiKey>
</configuration>
Expand Down Expand Up @@ -172,7 +172,7 @@ If you want so you can configure another place for the versioneye.properties fil
<plugin>
<groupId>com.versioneye</groupId>
<artifactId>versioneye-maven-plugin</artifactId>
<version>3.11.0</version>
<version>3.11.1</version>
<configuration>
<propertiesPath>${basedir}/versioneye.properties</propertiesPath>
</configuration>
Expand Down Expand Up @@ -237,7 +237,7 @@ By the way. If you don't like to have a `versioneye.properties` file you can set
<plugin>
<groupId>com.versioneye</groupId>
<artifactId>versioneye-maven-plugin</artifactId>
<version>3.11.0</version>
<version>3.11.1</version>
<configuration>
<projectId>_YOUR_VERSONEYE_PROJECT_ID_</projectId>
</configuration>
Expand Down Expand Up @@ -297,7 +297,7 @@ If you are behind a proxy server you can configure the plugin for that like this
<plugin>
<groupId>com.versioneye</groupId>
<artifactId>versioneye-maven-plugin</artifactId>
<version>3.11.0</version>
<version>3.11.1</version>
<configuration>
<proxyHost>127.0.0.1</proxyHost>
<proxyPort>8888</proxyPort>
Expand Down Expand Up @@ -325,7 +325,7 @@ The whole plugin snippet would look similar to this one.
<plugin>
<groupId>com.versioneye</groupId>
<artifactId>versioneye-maven-plugin</artifactId>
<version>3.11.0</version>
<version>3.11.1</version>
<configuration>
<baseUrl>http://versioneye.my-company.com</baseUrl>
<projectId>_YOUR_VERSONEYE_PROJECT_ID_</projectId>
Expand All @@ -345,7 +345,7 @@ Assume you have a big Java Enterprise multi-module project with Maven and you wa
<plugin>
<groupId>com.versioneye</groupId>
<artifactId>versioneye-maven-plugin</artifactId>
<version>3.11.0</version>
<version>3.11.1</version>
<configuration>
<apiKey>MY_SECRET_API_KEY</apiKey>
</configuration>
Expand Down Expand Up @@ -382,7 +382,7 @@ The VersionEye Maven Plugin has many configuration options.
<plugin>
<groupId>com.versioneye</groupId>
<artifactId>versioneye-maven-plugin</artifactId>
<version>3.11.0</version>
<version>3.11.1</version>
<configuration>
<projectId>544d0ff9512592562c000003</projectId>
<!--<apiKey>my_secret_api_key</apiKey>-->
Expand Down

0 comments on commit 8def0f7

Please sign in to comment.