mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 05:25:44 +01:00
show plugin updates only once
This commit is contained in:
@@ -307,12 +307,12 @@ public class DefaultPluginManager implements PluginManager
|
||||
|
||||
Set<PluginInformation> infoSet = new HashSet<PluginInformation>();
|
||||
|
||||
for (PluginInformation pi : getPluginCenter().getPlugins())
|
||||
for ( PluginInformation pi : getPluginCenter().getPlugins() )
|
||||
{
|
||||
System.out.println(pi.getArtifactId() + ": " + pi.getVersion() + ":"
|
||||
+ pi.getState());
|
||||
System.out.println( pi.getArtifactId() + ": " + pi.getVersion() + ":" + pi.getState() );
|
||||
|
||||
}
|
||||
|
||||
|
||||
filter(infoSet, getInstalled(), filter);
|
||||
filter(infoSet, getPluginCenter().getPlugins(), filter);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user