Skip to content

Commit

Permalink
Bump the version because message formatting API has been added
Browse files Browse the repository at this point in the history
  • Loading branch information
cardil committed Nov 19, 2015
1 parent 4aaad99 commit dceb8ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>pl.wavesoftware</groupId>
<artifactId>eid-exceptions</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>EID Runtime Exceptions and Utilities</name>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -173,7 +173,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<version>2.19</version>
<configuration>
<trimStackTrace>false</trimStackTrace>
</configuration>
Expand All @@ -182,7 +182,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.18.1</version>
<version>2.19</version>
<configuration>
<trimStackTrace>false</trimStackTrace>
<encoding>UTF-8</encoding>
Expand Down

0 comments on commit dceb8ba

Please sign in to comment.