Add missing data and project info
This commit is contained in:
parent
fb4e0a7371
commit
6d7eb093ca
15
.idea/workspace.xml
generated
15
.idea/workspace.xml
generated
@ -5,7 +5,6 @@
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="bc4dcfec-3698-4fde-a6cf-dd08b73f1f06" name="Default Changelist" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
|
||||
</list>
|
||||
@ -94,7 +93,7 @@
|
||||
<workItem from="1618145805266" duration="1634000" />
|
||||
<workItem from="1618147512704" duration="6933000" />
|
||||
<workItem from="1618246818887" duration="17236000" />
|
||||
<workItem from="1618429441584" duration="12235000" />
|
||||
<workItem from="1618429441584" duration="12732000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="更新 POM 文件">
|
||||
<created>1618147556538</created>
|
||||
@ -180,7 +179,14 @@
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1618519439477</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="13" />
|
||||
<task id="LOCAL-00013" summary="Change name and description">
|
||||
<created>1618519836247</created>
|
||||
<option name="number" value="00013" />
|
||||
<option name="presentableId" value="LOCAL-00013" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1618519836247</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="14" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
@ -211,6 +217,7 @@
|
||||
<MESSAGE value="提交 OSSRH 的提交地址" />
|
||||
<MESSAGE value="Add name and URL before push to OSSRH" />
|
||||
<MESSAGE value="Upgrade to using JDK 11" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Upgrade to using JDK 11" />
|
||||
<MESSAGE value="Change name and description" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Change name and description" />
|
||||
</component>
|
||||
</project>
|
26
pom.xml
26
pom.xml
@ -10,9 +10,33 @@
|
||||
<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>
|
||||
|
||||
<description>CWIKIUS-OSSEZ Java Tutorials For Algorithm And Learning</description>
|
||||
<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 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user