Skip to content

Commit

Permalink
Merged hotfix/1.2.3 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnaiz committed May 20, 2016
2 parents 538efee + 36a5cd9 commit 6ecd2b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This project provides a first API implementation, little optimized, but "complet
<dependency>
<groupId>com.upplication</groupId>
<artifactId>s3fs</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</dependency>
```

Expand Down
18 changes: 1 addition & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.upplication</groupId>
<artifactId>s3fs</artifactId>
<packaging>jar</packaging>
<version>1.2.2</version>
<version>1.2.3</version>
<name>s3fs</name>
<description>S3 filesystem provider for Java 7</description>
<url>https://github.com/Upplication/Amazon-S3-FileSystem-NIO2</url>
Expand Down Expand Up @@ -206,9 +206,6 @@
</plugin>
</plugins>
</build>



<profiles>
<profile>
<id>integration-tests</id>
Expand Down Expand Up @@ -277,19 +274,6 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.6</version>
<configuration>
<format>xml</format>
<maxmem>256m</maxmem>
<!--aggregated reports for multi-module projects -->
<aggregate>true</aggregate>

</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 6ecd2b5

Please sign in to comment.