Change the compiler version to 3.7.0 version

This commit is contained in:
YuCheng Hu 2021-04-15 13:55:36 -04:00
parent 96ad7aeb24
commit c9962462fc
No known key found for this signature in database
GPG Key ID: 1E5CBEF8B550FB7D
3 changed files with 23 additions and 13 deletions

View File

@ -5,15 +5,9 @@
</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$/parent-java/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/parent-java/pom.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/parent-boot-2/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/parent-boot-2/pom.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/spring-amqp/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/spring-amqp/pom.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/ossez/lang/tutorial/overview/HelloWorld.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/ossez/lang/tutorial/overview/HelloWorld.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/toolkits/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/toolkits/.idea/compiler.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/toolkits/discourse/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/toolkits/discourse/pom.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/toolkits/discourse/src/test/java/com/ossez/toolkits/discourse/DiscourseTopicsImportTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/toolkits/discourse/src/test/java/com/ossez/toolkits/discourse/DiscourseTopicsImportTest.java" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -99,7 +93,7 @@
<workItem from="1618145805266" duration="1634000" />
<workItem from="1618147512704" duration="6933000" />
<workItem from="1618246818887" duration="17236000" />
<workItem from="1618429441584" duration="5857000" />
<workItem from="1618429441584" duration="7363000" />
</task>
<task id="LOCAL-00001" summary="更新 POM 文件">
<created>1618147556538</created>
@ -143,7 +137,21 @@
<option name="project" value="LOCAL" />
<updated>1618499203125</updated>
</task>
<option name="localTasksCounter" value="7" />
<task id="LOCAL-00007" summary="adjust the pom to make project can be compile">
<created>1618503350719</created>
<option name="number" value="00007" />
<option name="presentableId" value="LOCAL-00007" />
<option name="project" value="LOCAL" />
<updated>1618503350719</updated>
</task>
<task id="LOCAL-00008" summary="DiscourseImportTest move to different project">
<created>1618503445699</created>
<option name="number" value="00008" />
<option name="presentableId" value="LOCAL-00008" />
<option name="project" value="LOCAL" />
<updated>1618503445699</updated>
</task>
<option name="localTasksCounter" value="9" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@ -168,6 +176,8 @@
<MESSAGE value="Discourse" />
<MESSAGE value="添加忽略文件的内容" />
<MESSAGE value="完成所有的文件的提交,以便于下一步的代码演示和开发" />
<option name="LAST_COMMIT_MESSAGE" value="完成所有的文件的提交,以便于下一步的代码演示和开发" />
<MESSAGE value="adjust the pom to make project can be compile" />
<MESSAGE value="DiscourseImportTest move to different project" />
<option name="LAST_COMMIT_MESSAGE" value="DiscourseImportTest move to different project" />
</component>
</project>

View File

@ -82,7 +82,7 @@
<rest-assured.version>3.3.0</rest-assured.version>
<!-- plugins -->
<thin.version>1.0.22.RELEASE</thin.version>
<spring-boot.version>2.4.0</spring-boot.version>
<spring-boot.version>2.4.5</spring-boot.version>
<aspectjweaver.version>1.9.1</aspectjweaver.version>
<!-- this property can be removed once we update Mockito version in the main pom.xml -->
<mockito.version>3.4.0</mockito.version>

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ossez</groupId>
<artifactId>java-tutorials</artifactId>
<artifactId>parent-modules</artifactId>
<version>0.0.1</version>
<packaging>pom</packaging>
@ -208,7 +208,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<version>3.7.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>