OSSEZ-88 Push to different version of POM

This commit is contained in:
YuCheng Hu 2021-04-23 15:51:55 -04:00
parent 32c304ab12
commit 5510d7f579
No known key found for this signature in database
GPG Key ID: C395DC68EF030B59
1 changed files with 40 additions and 7 deletions

47
pom.xml
View File

@ -1,9 +1,42 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ossez</groupId>
<artifactId>lang-tutorial</artifactId>
<version>0.0.1</version>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ossez</groupId>
<artifactId>parent-modules</artifactId>
<version>0.0.1</version>
<packaging>pom</packaging>
<name>CWIKIUS-OSSEZ Java Parent Modules</name>
<description>CWIKIUS-OSSEZ Java Tutorials For Algorithm And Learning</description>
<url>https://www.ossez.com/</url>
<scm>
<connection>https://github.com/cwiki-us-docs/java-tutorials.git</connection>
<url>https://github.com/cwiki-us-docs/java-tutorials.git</url>
</scm>
<developers>
<developer>
<name>YuCheng Hu</name>
<id>huyuchengus</id>
<email>huyuchengus@gmail.com</email>
<timezone>-5</timezone>
<organization>NORTH TECOM, LLC</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
</developers>
<licenses>
<license>
<name>Apache 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<properties>
<!-- Generic properties -->
@ -204,7 +237,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>