diff --git a/plugin-demo/src/main/java/com/finebi/plugin/BIDesignBoxPlotChart.java b/plugin-demo/src/main/java/com/finebi/plugin/BIDesignBoxPlotChart.java
index 1e98512..af2cf08 100644
--- a/plugin-demo/src/main/java/com/finebi/plugin/BIDesignBoxPlotChart.java
+++ b/plugin-demo/src/main/java/com/finebi/plugin/BIDesignBoxPlotChart.java
@@ -1,6 +1,6 @@
package com.finebi.plugin;
-import com.finebi.conf.internalimp.component.ReportComponent;
+import com.finebi.foundation.api.web.component.AssembleComponentFactory;
import com.fr.decision.fun.impl.AbstractWebResourceProvider;
import com.fr.intelli.record.Focus;
import com.fr.intelli.record.Original;
@@ -12,7 +12,7 @@ public class BIDesignBoxPlotChart extends AbstractWebResourceProvider {
@Override
public Atom attach() {
- return ReportComponent.KEY;
+ return AssembleComponentFactory.getReportComponent();
}
@Override
diff --git a/plugin-demo/src/main/java/com/finebi/plugin/BIShowBoxPlotChart.java b/plugin-demo/src/main/java/com/finebi/plugin/BIShowBoxPlotChart.java
index 74fc108..2a2e5a2 100644
--- a/plugin-demo/src/main/java/com/finebi/plugin/BIShowBoxPlotChart.java
+++ b/plugin-demo/src/main/java/com/finebi/plugin/BIShowBoxPlotChart.java
@@ -1,6 +1,6 @@
package com.finebi.plugin;
-import com.finebi.conf.internalimp.component.ShowComponent;
+import com.finebi.foundation.api.web.component.AssembleComponentFactory;
import com.fr.decision.fun.impl.AbstractWebResourceProvider;
import com.fr.intelli.record.Focus;
import com.fr.intelli.record.Original;
@@ -12,7 +12,7 @@ public class BIShowBoxPlotChart extends AbstractWebResourceProvider {
@Override
public Atom attach() {
- return ShowComponent.KEY;
+ return AssembleComponentFactory.getShowComponent();
}
@Override
diff --git a/pom.xml b/pom.xml
index b6089bc..9e5539d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,8 +7,8 @@
10.0
pom
- 10.0-FEATURE-SNAPSHOT
- 5.1-FEATURE-SNAPSHOT
+ 10.0-RELEASE-SNAPSHOT
+ 5.1-RELEASE-SNAPSHOT
${project.basedir}/webroot/WEB-INF