From b8b963796b432a9cec1111527adfaaeba9a181b1 Mon Sep 17 00:00:00 2001 From: c0ny1 <1627639645@qq.com> Date: Sun, 23 May 2021 01:28:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC=E5=88=B00.?= =?UTF-8?q?2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/infodetec/AllInfoDetector.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/infodetec/AllInfoDetector.java b/src/main/java/infodetec/AllInfoDetector.java index d55a1ec..a5a418b 100644 --- a/src/main/java/infodetec/AllInfoDetector.java +++ b/src/main/java/infodetec/AllInfoDetector.java @@ -14,7 +14,7 @@ public void InfoDetectorPluginMain(InfoDetectorPluginCallbacks infoDetectorPlugi this.pluginHelper = infoDetecPluginCallbacks.getPluginHelper(); this.infoDetecPluginCallbacks.setInfoDetectorPluginName("weblogic infodetector"); this.infoDetecPluginCallbacks.setInfoDetectorPluginAuthor("c0ny1"); - this.infoDetecPluginCallbacks.setInfoDetectorPluginVersion("0.1.0"); + this.infoDetecPluginCallbacks.setInfoDetectorPluginVersion("0.2.0"); this.infoDetecPluginCallbacks.setInfoDetectorPluginDescription("description"); List infoDetecs = new ArrayList(); infoDetecs.add(new WeblogicInfoDetectorPlugin());