You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "mbien (via GitHub)" <gi...@apache.org> on 2023/04/11 18:18:41 UTC

[GitHub] [netbeans] mbien commented on a diff in pull request #5753: don't block in NBM wizard + skip snapshots + more.

mbien commented on code in PR #5753:
URL: https://github.com/apache/netbeans/pull/5753#discussion_r1163175959


##########
apisupport/maven.apisupport/src/org/netbeans/modules/maven/apisupport/NBMNativeMWI.java:
##########
@@ -164,17 +164,17 @@ public void performOperation(POMModel model) {
                 boolean isSnapshot = NbmWizardIterator.SNAPSHOT_VERSION.equals(netbeansDependencyVersion);
                 String snapshotRepoUrl = "https://repository.apache.org/content/repositories/snapshots/";
                 if (parent != null) {
-                    List<ArtifactRepository> repos = parent.getRemoteArtifactRepositories();
+                    List<RemoteRepository> repos = parent.getRemoteProjectRepositories();

Review Comment:
   those are deprecation fixes



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists