Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fuinorg/utils4j
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.1
Choose a base ref
...
head repository: fuinorg/utils4j
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.2
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 4, 2016

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4644489 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d0c6ec2 View commit details
  3. Release 0.9.2

    michael-schnell committed Sep 4, 2016

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    84082cd View commit details
Showing with 11 additions and 91 deletions.
  1. +0 −10 .checkstyle
  2. +0 −31 .classpath
  3. +1 −1 .gitignore
  4. +0 −47 .project
  5. +10 −2 pom.xml
10 changes: 0 additions & 10 deletions .checkstyle

This file was deleted.

31 changes: 0 additions & 31 deletions .classpath

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.*
!.gitignore
!.checkstyle
!.gitkeep
target
META-INF
*.log
47 changes: 0 additions & 47 deletions .project

This file was deleted.

12 changes: 10 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -6,12 +6,12 @@
<parent>
<groupId>org.fuin</groupId>
<artifactId>pom-osgi</artifactId>
<version>1.2.0</version>
<version>1.4.0</version>
</parent>

<artifactId>utils4j</artifactId>
<packaging>jar</packaging>
<version>0.9.1</version>
<version>0.9.2</version>
<name>Utils4J</name>
<description>A small Java library that contains several helpful utility classes.</description>
<url>http://www.fuin.org/utils4j/</url>
@@ -93,6 +93,14 @@
<maxmem>256m</maxmem>
<aggregate>true</aggregate>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>cobertura</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>