Skip to content

Commit

Permalink
add pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
aionjay committed Jan 14, 2019
1 parent 36c2a0a commit 94d5e3d
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8" ?>
<settings xsi:schemaLocation='http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd'
xmlns='http://maven.apache.org/SETTINGS/1.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>

<profiles>
<profile>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-aionjayt-aion_api</id>
<name>bintray</name>
<url>https://dl.bintray.com/aionjayt/aion_api</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-aionjayt-aion_api</id>
<name>bintray-plugins</name>
<url>https://dl.bintray.com/aionjayt/aion_api</url>
</pluginRepository>
</pluginRepositories>
<id>bintray</id>
</profile>
</profiles>
<activeProfiles>
<activeProfile>bintray</activeProfile>
</activeProfiles>
</settings>

0 comments on commit 94d5e3d

Please sign in to comment.