Skip to content

Commit

Permalink
update pom.xml settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dotype committed Feb 4, 2020
1 parent 268c889 commit 05fa2a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hellojsp</groupId>
<artifactId>hellojsp</artifactId>
<version>0.9.0</version>
<version>0.9.1</version>
<name>hellojsp webapp framework</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down Expand Up @@ -44,7 +44,7 @@
<distributionManagement>
<repository>
<id>github</id>
<name>hellojsp webapp framework</name>
<name>GitHub hopegiver Apache Maven Packages</name>
<url>https://maven.pkg.github.com/hopegiver/hellojsp</url>
</repository>
</distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>github</id>
<name>hellojsp webapp framework</name>
<name>GitHub hopegiver Apache Maven Packages</name>
<url>https://maven.pkg.github.com/hopegiver/hellojsp</url>
</repository>
</repositories>
Expand Down

0 comments on commit 05fa2a1

Please sign in to comment.