Skip to content

Commit

Permalink
Update maven versions
Browse files Browse the repository at this point in the history
  • Loading branch information
minborg committed Aug 17, 2016
1 parent c0e9d12 commit f22fa45
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Expand Up @@ -186,13 +186,13 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
</plugin>

<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.0.1</version>
<version>3.2.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down Expand Up @@ -220,7 +220,7 @@
<!-- http://eclemma.org/jacoco/trunk/doc/maven.html -->
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.6.201602180812</version>
<version>0.7.7.201606060606</version>
<executions>
<execution>
<id>default-prepare-agent</id>
Expand Down Expand Up @@ -263,7 +263,7 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
</plugin>
</plugins>
</build>
Expand Down Expand Up @@ -309,7 +309,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -322,7 +322,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<version>2.10.4</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -370,7 +370,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.3</version>
<version>1.6.7</version>
<extensions>true</extensions>

<executions>
Expand Down Expand Up @@ -399,7 +399,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
</plugin>
</plugins>
</reporting>
Expand All @@ -424,7 +424,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>2.44.0</version>
<version>2.53.1</version>
<scope>test</scope>
</dependency>

Expand Down
@@ -0,0 +1,8 @@
/**
* Classes concerning the transaction functionality used in Speedment
* is located in this package.
* <p>
* This package is part of the API. Modifications to classes here should only
* (if ever) be done in major releases.
*/
package com.speedment.runtime.transaction;

0 comments on commit f22fa45

Please sign in to comment.