Skip to content

Commit

Permalink
file-manager 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shatsar committed May 28, 2012
1 parent d8d42ad commit 209d0f9
Show file tree
Hide file tree
Showing 9 changed files with 84 additions and 4 deletions.
Binary file not shown.
@@ -0,0 +1 @@
ccb3bb21ba053618a0e27c4fcb3f7b46
@@ -0,0 +1 @@
fe08dca9c543ec2ac13a19ea84af947adb4ae2e0
@@ -0,0 +1,75 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.mashape.file-manager</groupId>
<artifactId>mashape-file-manager</artifactId>
<packaging>jar</packaging>
<version>1.1.2</version>
<name>mashape-file-manager</name>
<url>http://www.mashape.com</url>
<developers>
<developer>
<id>michele</id>
<name>Michele Zonca</name>
<email>michele@mashape.com</email>
<url>http://www.mashape.com</url>
<organization>Mashape Inc</organization>
<organizationUrl>http://www.mashape.com</organizationUrl>
</developer>
<developer>
<id>marco</id>
<name>Marco Palladino</name>
<email>marco@mashape.com</email>
<url>http://www.mashape.com</url>
<organization>Mashape Inc</organization>
<organizationUrl>http://www.mashape.com</organizationUrl>
</developer>
</developers>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<fork>true</fork>
<encoding>UTF-8</encoding>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<!-- Third party libraries -->
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>net.java.dev.jets3t</groupId>
<artifactId>jets3t</artifactId>
<version>0.9.0</version>
</dependency>

<!-- Test Scope -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>

</dependencies>
</project>
@@ -0,0 +1 @@
0c0e238be484596121ce17e5cfc3826d
@@ -0,0 +1 @@
0dc187e23cbd084191852bb78956c4f249f24be0
Expand Up @@ -3,12 +3,13 @@
<groupId>com.mashape.file-manager</groupId>
<artifactId>mashape-file-manager</artifactId>
<versioning>
<release>1.1.1</release>
<release>1.1.2</release>
<versions>
<version>1.0</version>
<version>1.1</version>
<version>1.1.1</version>
<version>1.1.2</version>
</versions>
<lastUpdated>20120523022454</lastUpdated>
<lastUpdated>20120528100139</lastUpdated>
</versioning>
</metadata>
@@ -1 +1 @@
9e0e8a241e27b8bdb0585a7f97ee17da
79d94301d9efd8851c33e9bfa4a440d3
@@ -1 +1 @@
2915f513950a75728949b44a9934f439d5167f41
0ecd67f32eafa891cce70b61e58ad84edd84e47f

0 comments on commit 209d0f9

Please sign in to comment.