Skip to content

Commit

Permalink
releasing 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emicklei committed Apr 6, 2017
1 parent 3a33004 commit ec03cf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 56 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.10.1
- Read version from pom.properties
- fix problem with override task config
### 2.10.0
- Prevent `java.lang.OutOfMemoryError: unable to create new native thread` that might happen if diagnostic tasks do not complete within a timeout period
### 2.9.0
Expand Down
57 changes: 1 addition & 56 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.philemonworks</groupId>
<artifactId>selfdiagnose</artifactId>
<packaging>jar</packaging>
<version>2.10.1-SNAPSHOT</version>
<version>2.10.1</version>
<name>SelfDiagnose</name>
<url>http://github.com/emicklei/selfdiagnose</url>
<description>SelfDiagnose - library of tasks to verify an execution environment at runtime</description>
Expand Down Expand Up @@ -143,61 +143,6 @@
<artifactId>maven-site-plugin</artifactId>
<version>3.4</version>
<configuration>
<reportPlugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<configuration>
<failOnError>false</failOnError>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clover-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<version>2.4</version>
</plugin>
<!-- http://maven.apache.org/plugins/maven-surefire-plugin/plugin-info.html -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.8.1</version>
</plugin>
</reportPlugins>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit ec03cf9

Please sign in to comment.