Skip to content
This repository was archived by the owner on Jan 5, 2019. It is now read-only.

Commit bca3059

Browse files
committed
Add distribution management to pom
1 parent a9c4852 commit bca3059

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.scorpiac.javarant</groupId>
88
<artifactId>javarant</artifactId>
9-
<version>1.0</version>
9+
<version>1.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>JavaRant</name>
@@ -41,6 +41,17 @@
4141
</dependency>
4242
</dependencies>
4343

44+
<distributionManagement>
45+
<snapshotRepository>
46+
<id>ossrh</id>
47+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
48+
</snapshotRepository>
49+
<repository>
50+
<id>ossrh</id>
51+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
52+
</repository>
53+
</distributionManagement>
54+
4455
<build>
4556
<plugins>
4657
<plugin>
@@ -67,7 +78,7 @@
6778
<plugin>
6879
<groupId>org.apache.maven.plugins</groupId>
6980
<artifactId>maven-javadoc-plugin</artifactId>
70-
<version>2.9.1</version>
81+
<version>2.10.4</version>
7182
<executions>
7283
<execution>
7384
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)