Skip to content

Commit 64e12c8

Browse files
author
Niklas
committed
Merge branch 'master' into updateReadMe
2 parents 9370999 + caafc0d commit 64e12c8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.rub.nds</groupId>
55
<artifactId>ModifiableVariable</artifactId>
6-
<version>3.1.0</version>
6+
<version>3.1.0-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>ModifiableVariable</name>
@@ -20,8 +20,9 @@
2020

2121
<distributionManagement>
2222
<snapshotRepository>
23-
<id>ossrh</id>
24-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
23+
<id>rub-nexus</id>
24+
<name>TLS-Attacker Internal Repository</name>
25+
<url>https://hydrogen.cloud.nds.rub.de/nexus/repository/maven-snapshots/</url>
2526
</snapshotRepository>
2627
<repository>
2728
<id>ossrh</id>
@@ -247,6 +248,11 @@
247248
<autoReleaseAfterClose>false</autoReleaseAfterClose>
248249
</configuration>
249250
</plugin>
251+
<plugin>
252+
<groupId>org.apache.maven.plugins</groupId>
253+
<artifactId>maven-deploy-plugin</artifactId>
254+
<version>3.0.0-M1</version>
255+
</plugin>
250256
<plugin>
251257
<groupId>org.apache.maven.plugins</groupId>
252258
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)