Change the groupid from openo to onap
[holmes/rule-management.git] / rulemgt / src / main / java / org / onap / holmes / rulemgt / constant / RuleMgtConstant.java
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
-package org.openo.holmes.rulemgt.constant;\r
+package org.onap.holmes.rulemgt.constant;\r
 \r
 public class RuleMgtConstant {\r
 \r
@@ -24,6 +24,6 @@ public class RuleMgtConstant {
     public static final int STATUS_RULE_CLOSE = 0;\r
     public static final int STATUS_RULE_ALL = 2;\r
     public static final String PACKAGE = "package";\r
-    public static final String ENGINE_PATH = "/openoapi/holmes-engine-mgmt/v1/rule";\r
+    public static final String ENGINE_PATH = "/onapapi/holmes-engine-mgmt/v1/rule";\r
     public static final int RESPONSE_STATUS_OK = 200;\r
 }\r