From e466534754a6c557fff126f81fa1c422bf69cee1 Mon Sep 17 00:00:00 2001 From: cmg <527198563@qq.com> Date: 星期二, 16 四月 2024 15:14:12 +0800 Subject: [PATCH] 修改 --- /dev/null | 9 --------- .gitignore | 1 + pom.xml | 2 +- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index a1c2a23..ee31d72 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* +/.idea diff --git a/hx_parentt.iml b/hx_parentt.iml deleted file mode 100644 index 8021953..0000000 --- a/hx_parentt.iml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module type="WEB_MODULE" version="4"> - <component name="NewModuleRootManager" inherit-compiler-output="true"> - <exclude-output /> - <content url="file://$MODULE_DIR$" /> - <orderEntry type="inheritedJdk" /> - <orderEntry type="sourceFolder" forTests="false" /> - </component> -</module> \ No newline at end of file diff --git a/pom.xml b/pom.xml index 1f3529c..d414d05 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <groupId>com.hx.gitee</groupId> <artifactId>hx-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>stander</version> <packaging>pom</packaging> <parent> -- Gitblit v1.8.0