Skip to content

Commit

Permalink
unicorn-java
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Apr 16, 2013
1 parent 65dad11 commit 26998f3
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
@@ -1,6 +1,6 @@
MVNRepo
======================
This is a public Maven Repository hosted on GitHub that we use on [Mashape](http://www.mashape.com/).
This is a public Maven Repository hosted on `http://maven.mashape.com` that we use on [Mashape](http://www.mashape.com/).

You are free to use in your projects, and contribute to it.

Expand All @@ -11,7 +11,7 @@ Add the following code to your `pom.xml` for **releases** libraries:
``` xml
<repository>
<id>mashape-releases</id>
<url>https://github.com/Mashape/MVNRepo/raw/master/releases</url>
<url>http://maven.mashape.com/releases</url>
</repository>
```

Expand All @@ -20,7 +20,7 @@ Add the following code to your `pom.xml` for **snapshots** libraries:
``` xml
<repository>
<id>mashape-snapshots</id>
<url>https://github.com/Mashape/MVNRepo/raw/master/snapshots</url>
<url>http://maven.mashape.com/snapshots</url>
</repository>
```

Expand Down Expand Up @@ -68,6 +68,18 @@ Be aware that the code above must be customized with the right arguments:
Releases
--------

###Unicorn-Java###
* Version: **1.0.0**
* Website: [http://getunicorn.io](http://getunicorn.io/)

``` xml
<dependency>
<groupId>com.mashape.unicorn</groupId>
<artifactId>unicorn-java</artifactId>
<version>1.0.0</version>
</dependency>
```

###Braintree###
* Version: **2.13.2**
* Website: [http://www.braintreepayments.com](http://www.braintreepayments.com/)
Expand Down
Binary file not shown.
@@ -0,0 +1 @@
b2dbe99473f15d837a988241998f9afa
@@ -0,0 +1 @@
a13d485c3d164e6e0543123cb7aca857ddf5d6c9
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.mashape.unicorn</groupId>
<artifactId>unicorn-java</artifactId>
<version>1.0.0</version>
</project>
@@ -0,0 +1 @@
92b93565339663d6a4f4a2f9637bca9f
@@ -0,0 +1 @@
4a4d1460f4d9b84dcfdb1551e1bf3fb216794eaf
12 changes: 12 additions & 0 deletions releases/com/mashape/unicorn/unicorn-java/maven-metadata.xml
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.mashape.unicorn</groupId>
<artifactId>unicorn-java</artifactId>
<versioning>
<release>1.0.0</release>
<versions>
<version>1.0.0</version>
</versions>
<lastUpdated>20130416041050</lastUpdated>
</versioning>
</metadata>
@@ -0,0 +1 @@
e51bec692488282e812fd04e12affa7d
@@ -0,0 +1 @@
ff6b24777a1e449e180a0f554a78bf4227444117

0 comments on commit 26998f3

Please sign in to comment.