We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085140b commit 2116d32Copy full SHA for 2116d32
1 file changed
pom.xml
@@ -29,17 +29,16 @@
29
<id>nexusRepo</id>
30
<url>http://34.208.218.12:8081/repository/sample-snapshots/</url>
31
</snapshotRepository>
32
-
33
<repository>
34
- <id>myfeed</id>
35
- <url>https://pkgs.dev.azure.com/shaikmustafa8991/myproject/_packaging/myfeed/maven/v1</url>
+ <id>flm-feed</id>
+ <url>https://pkgs.dev.azure.com/shaikmustafa8991/myproject/_packaging/flm-feed/maven/v1</url>
36
<releases>
37
<enabled>true</enabled>
38
</releases>
39
<snapshots>
40
41
</snapshots>
42
- </repository>
+</repository>
43
</distributionManagement>
44
45
<pluginRepositories>
0 commit comments