Skip to content

Commit

Permalink
Merged release/34 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinWieczorek committed Mar 16, 2016
2 parents 63ee693 + 6905f23 commit 2837ddd
Show file tree
Hide file tree
Showing 107 changed files with 2,679 additions and 587 deletions.
26 changes: 21 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@
<modelVersion>4.0.0</modelVersion>

<groupId>co.marcin</groupId>
<artifactId>NovaGuilds</artifactId>
<version>33</version>
<artifactId>novaguilds</artifactId>
<version>34</version>

<distributionManagement>
<repository>
<id>novaguilds-repo</id>
<name>NovaGuilds repository</name>
<url>ftp://repo.novaguilds.pl/</url>
</repository>
</distributionManagement>

<repositories>
<repository>
Expand Down Expand Up @@ -69,9 +77,9 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.3.1</version>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160212</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -169,5 +177,13 @@
</executions>
</plugin>
</plugins>

<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ftp</artifactId>
<version>1.0-beta-6</version>
</extension>
</extensions>
</build>
</project>
Loading

0 comments on commit 2837ddd

Please sign in to comment.