Skip to content

Commit 667d07e

Browse files
committed
version 1.0.0
1 parent c58ddd4 commit 667d07e

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

nannoq-cluster

nannoq-fcm

Submodule nannoq-fcm updated 1 file

nannoq-repository

nannoq-web

Submodule nannoq-web updated 1 file

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.nannoq</groupId>
88
<artifactId>tools</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>1.0.0</version>
1111

1212
<name>${project.groupId}:${project.artifactId}</name>
1313
<description>Nannoq Tools Parent POM</description>
@@ -58,6 +58,11 @@
5858
<id>ossrh</id>
5959
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
6060
</snapshotRepository>
61+
62+
<repository>
63+
<id>ossrh</id>
64+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
65+
</repository>
6166
</distributionManagement>
6267

6368
<build>

0 commit comments

Comments
 (0)