Skip to content

Commit

Permalink
Merge pull request #543 from hazendaz/master
Browse files Browse the repository at this point in the history
Move to newer maven site
  • Loading branch information
hazendaz authored Nov 4, 2023
2 parents 9f3ce68 + 6037176 commit adc4940
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
<scm>
<connection>scm:git:ssh://[email protected]/mybatis/parent.git</connection>
<developerConnection>scm:git:ssh://[email protected]/mybatis/parent.git</developerConnection>
<tag>mybatis-parent-38</tag>
<tag>HEAD</tag>
<url>https://github.com/mybatis/parent</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -266,7 +266,7 @@
<!-- General configuration -->
<allowed.build.jdks>[11,12),[17,18),[21,22),[22,23)</allowed.build.jdks>
<checkstyle.config>checkstyle.xml</checkstyle.config>
<clirr.comparisonVersion>38</clirr.comparisonVersion>
<clirr.comparisonVersion>39</clirr.comparisonVersion>
<formatter.config>eclipse-formatter-config-2space.xml</formatter.config>
<gcu.product>${project.name}</gcu.product>
<html.javadocType>-html5</html.javadocType>
Expand Down Expand Up @@ -317,7 +317,7 @@
<build-tools.version>1.3.1</build-tools.version>
<checkstyle.version>10.12.4</checkstyle.version>
<extra-enforcer-rules.version>1.7.0</extra-enforcer-rules.version>
<fluido.version>1.12.0</fluido.version>
<fluido.version>2.0.0-M8</fluido.version>
<license.version>4.3</license.version>

<!-- Plugins versions -->
Expand Down Expand Up @@ -352,7 +352,7 @@
<rewrite.plugin>5.10.0</rewrite.plugin>
<scm-publish.plugin>3.2.1</scm-publish.plugin>
<shade.plugin>3.5.1</shade.plugin>
<site.plugin>3.12.1</site.plugin>
<site.plugin>4.0.0-M11</site.plugin>
<sortpom.plugin>3.3.0</sortpom.plugin>
<source.plugin>3.3.0</source.plugin>
<spotbugs.plugin>4.7.3.6</spotbugs.plugin>
Expand Down

0 comments on commit adc4940

Please sign in to comment.