File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments