Skip to content

Commit

Permalink
idの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
adnaoki committed Mar 9, 2015
1 parent 40120d7 commit 58c3804
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<url>https://github.com/omise/omise-java</url>
<name>omise-java</name>
<description>A Java library for the Omise API</description>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<licenses>
<license>
<name>MIT</name>
Expand Down Expand Up @@ -110,9 +110,18 @@
</plugins>
</build>
<scm>
<url>git@github.com/omise/omise-java</url>
<url>https://github.com/omise/omise-java</url>
<connection>scm:git:[email protected]/omise/omise-java.git</connection>
<developerConnection>scm:git:[email protected]/omise/omise-java.git</developerConnection>
<tag>v1.0.1</tag>
</scm>
<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit 58c3804

Please sign in to comment.