From c5a89587afa921a098262ff37f6f211ac2776059 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期三, 20 五月 2026 17:19:23 +0800
Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/opo-qd
---
ruoyi-admin/pom.xml | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml
index 402ce1e..21801c1 100644
--- a/ruoyi-admin/pom.xml
+++ b/ruoyi-admin/pom.xml
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<!-- <packaging>war</packaging>-->
<packaging>jar</packaging>
- <artifactId>smartor-opo</artifactId>
+ <artifactId>smartor-opo-qd</artifactId>
<description>
web鏈嶅姟鍏ュ彛
@@ -125,6 +125,14 @@
<warName>${project.artifactId}</warName>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
+ </configuration>
+ </plugin>
</plugins>
<finalName>${project.artifactId}</finalName>
</build>
--
Gitblit v1.9.3