Commit f84a858b authored by yihua.huang's avatar yihua.huang

update verion of forge

parent 5c00e599
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</parent> </parent>
<groupId>us.codecraft</groupId> <groupId>us.codecraft</groupId>
<artifactId>forger</artifactId> <artifactId>forger</artifactId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<dependency> <dependency>
<groupId>us.codecraft</groupId> <groupId>us.codecraft</groupId>
<artifactId>forger</artifactId> <artifactId>forger</artifactId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
...@@ -150,18 +150,4 @@ ...@@ -150,18 +150,4 @@
</plugins> </plugins>
</build> </build>
<repositories>
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project> </project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment