Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<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">
<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">
Comment on lines +1 to +3
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please limit your changes to the subject at hand

<modelVersion>4.0.0</modelVersion>

<parent>
Expand Down Expand Up @@ -28,7 +30,7 @@
<jgit.version>5.13.1.202206130422-r</jgit.version>
<jacoco.version>0.8.13</jacoco.version>
<takari-plugin-testing.version>3.1.1</takari-plugin-testing.version>
<google-java-format.version>1.28.0</google-java-format.version>
<google-java-format.version>1.34.1</google-java-format.version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.35.0 just came out 16 minutes ago :D

Suggested change
<google-java-format.version>1.34.1</google-java-format.version>
<google-java-format.version>1.35.0</google-java-format.version>

</properties>

<modules>
Expand Down Expand Up @@ -130,7 +132,8 @@

<scm>
<connection>scm:git:https://github.com/Cosium/git-code-format-maven-plugin</connection>
<developerConnection>scm:git:https://github.com/Cosium/git-code-format-maven-plugin</developerConnection>
<developerConnection>scm:git:https://github.com/Cosium/git-code-format-maven-plugin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please limit your changes to the subject at hand

</developerConnection>
<url>https://github.com/Cosium/git-code-format-maven-plugin</url>
<tag>HEAD</tag>
</scm>
Expand Down