Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

Commit

Permalink
added pom for imgix
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Klopper committed Jun 4, 2015
1 parent 5b29d39 commit ade594f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions maven/repo-releases/net/imgix/1.0/imgix-java.pom
@@ -0,0 +1,10 @@
<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>net.imgix</groupId>
<artifactId>imgix-java</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
<dependencies></dependencies>
</repositories>
</project>

0 comments on commit ade594f

Please sign in to comment.