Skip to content

Commit

Permalink
Debug why pass test
Browse files Browse the repository at this point in the history
  • Loading branch information
vongosling committed Aug 26, 2021
1 parent bfe54a9 commit f48ae62
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<version>1.0.0-SNAPSHOT</version>
<name>Apache RocketMQ Streams ${project.version}</name>
<packaging>pom</packaging>
<url>http://rocketmq.apache.org/</url>
<url>https://rocketmq.apache.org/</url>

<modules>
<module>rocketmq-streams-commons</module>
Expand All @@ -54,12 +54,12 @@
</modules>

<properties>
<java.version>1.8</java.version>
<java.encoding>UTF-8</java.encoding>
<project.build.sourceEncoding>${java.encoding}</project.build.sourceEncoding>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<maven.test.skip>false</maven.test.skip>
<maven.javadoc.skip>true</maven.javadoc.skip>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<log4j.version>1.2.17</log4j.version>
<commons-logging.version>1.1</commons-logging.version>
Expand Down Expand Up @@ -117,12 +117,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<version>3.5.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<encoding>UTF-8</encoding>
<skip>true</skip>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit f48ae62

Please sign in to comment.