Skip to content

Commit

Permalink
pom.xmlを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
takeshita committed Apr 27, 2011
1 parent 5e7563a commit 96bb4cf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions java/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.msgpack</groupId>
<artifactId>msgpack</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2-devel</version>
<description>MessagePack for Java</description>

<name>MessagePack for Java</name>
Expand Down Expand Up @@ -141,7 +141,7 @@
</repositories>

<distributionManagement>
<!--<repository>
<repository>
<uniqueVersion>false</uniqueVersion>
<id>msgpack.org</id>
<name>Repository at msgpack.org</name>
Expand All @@ -152,19 +152,19 @@
<id>msgpack.org</id>
<name>Repository at msgpack.org</name>
<url>file://${project.build.directory}/website/maven2/</url>
</snapshotRepository>-->
<repository>
</snapshotRepository>
<!--<repository>
<uniqueVersion>false</uniqueVersion>
<id>geishatokyo.nexus</id>
<name>Repository at gte repository</name>
<id>deploy.release</id>
<name>Repository for release</name>
<url>${deploy-release-url}</url>
</repository>
<snapshotRepository>
<uniqueVersion>true</uniqueVersion>
<id>geishatokyo.nexus</id>
<name>Repository att gte repository</name>
<id>deploy.snapshot</id>
<name>Repository for snapshot</name>
<url>${deploy-snapshot-url}</url>
</snapshotRepository>
</snapshotRepository>-->
</distributionManagement>

<profiles>
Expand Down
10 changes: 5 additions & 5 deletions scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>org.msgpack</groupId>
<artifactId>msgpack</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2-devel</version>
</dependency>
</dependencies>

Expand All @@ -87,14 +87,14 @@
</snapshotRepository>-->
<repository>
<uniqueVersion>false</uniqueVersion>
<id>geishatokyo.nexus</id>
<name>Repository at gte repository</name>
<id>deploy.release</id>
<name>Repository for release</name>
<url>${deploy-release-url}</url>
</repository>
<snapshotRepository>
<uniqueVersion>true</uniqueVersion>
<id>geishatokyo.nexus</id>
<name>Repository att gte repository</name>
<id>deploy.snapshot</id>
<name>Repository for snapshot</name>
<url>${deploy-snapshot-url}</url>
</snapshotRepository>
</distributionManagement>
Expand Down

0 comments on commit 96bb4cf

Please sign in to comment.