更新项目许可证和 POM 之间的依赖关系
This commit is contained in:
parent
696d1f31bb
commit
054d1e185b
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2022 OSSEZ.COM
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
|
@ -5,14 +5,14 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.usvisatrack</groupId>
|
||||
<artifactId>usvisatrack-main</artifactId>
|
||||
<groupId>com.ossez</groupId>
|
||||
<artifactId>framework-cli</artifactId>
|
||||
<version>0.1.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>usvisatrack-core</artifactId>
|
||||
<artifactId>framework-cli-core</artifactId>
|
||||
|
||||
<name>usvisatrack core</name>
|
||||
<name>Framework-Cli-Core</name>
|
||||
<description>usvisatrack core code and view files to render HTML.</description>
|
||||
|
||||
<properties>
|
||||
|
|
16
pom.xml
16
pom.xml
|
@ -3,8 +3,8 @@
|
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.usvisatrack</groupId>
|
||||
<artifactId>usvisatrack-main</artifactId>
|
||||
<groupId>com.ossez</groupId>
|
||||
<artifactId>framework-cli</artifactId>
|
||||
<version>0.1.0</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
@ -15,8 +15,8 @@
|
|||
</parent>
|
||||
|
||||
|
||||
<name>USVisaTrack Main</name>
|
||||
<description>The module that constitutes the main USVisaTrack data process system</description>
|
||||
<name>Framework-Cli</name>
|
||||
<description>The module that constitutes the main Framework-Cli ad demo of how we process Java Cli</description>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
@ -32,9 +32,9 @@
|
|||
</modules>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/ntc/usvisatrack.git</connection>
|
||||
<developerConnection>scm:git:ssh://git@github.com/ntc/usvisatrack.git</developerConnection>
|
||||
<url>https://github.com/ntc/usvisatrack</url>
|
||||
<connection>scm:git:git://src.ossez.com/honeymoose/Framework-Cli.git</connection>
|
||||
<developerConnection>scm:git:ssh://git@gsrc.ossez.com/honeymoose/Framework-Cli.git</developerConnection>
|
||||
<url>https://src.ossez.com/honeymoose/Framework-Cli</url>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
|||
|
||||
<issueManagement>
|
||||
<system>JIRA</system>
|
||||
<url>http://bug.ossez.com/projects/USVisaTrack</url>
|
||||
<url>https://bug.ossez.com/projects/USVISATRAC</url>
|
||||
</issueManagement>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -4,14 +4,14 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.usvisatrack</groupId>
|
||||
<artifactId>usvisatrack-main</artifactId>
|
||||
<groupId>com.ossez</groupId>
|
||||
<artifactId>framework-cli</artifactId>
|
||||
<version>0.1.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>usvisatrack-services</artifactId>
|
||||
<artifactId>framework-cli-services</artifactId>
|
||||
|
||||
<name>usvisatrack services</name>
|
||||
<name>Framework-Cli-Services</name>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<url>http://www.upcex.com</url>
|
||||
|
@ -55,8 +55,8 @@
|
|||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.usvisatrack</groupId>
|
||||
<artifactId>usvisatrack-core</artifactId>
|
||||
<groupId>com.ossez</groupId>
|
||||
<artifactId>framework-cli-core</artifactId>
|
||||
<version>0.1.0</version>
|
||||
</dependency>
|
||||
|
||||
|
|
Loading…
Reference in New Issue