Skip to content

Commit

Permalink
chore(main): release 1.22.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 27, 2024
1 parent 4b7362b commit 8933857
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud.solutions</groupId>
<artifactId>spanner-ddl-diff</artifactId>
<version>1.22.0</version>
<version>1.22.1-SNAPSHOT</version>
<name>spanner-ddl-diff</name>
<description>Spanner DDL parser and differ</description>
<properties>
Expand Down Expand Up @@ -184,11 +184,11 @@
<checkstyleRules>
<module name="Checker">
<module name="Header">
<property name="headerFile" value="licence_header.java"></property>
<property name="ignoreLines" value="2"></property>
<property name="fileExtensions" value="java"></property>
<message key="header.mismatch" value="File must start with the Apache2 licence header (see licence_header.java)."></message>
<message key="header.missing" value="File must start with the Apache2 licence header (see licence_header.java)."></message>
<property name="headerFile" value="licence_header.java"/>
<property name="ignoreLines" value="2"/>
<property name="fileExtensions" value="java"/>
<message key="header.mismatch" value="File must start with the Apache2 licence header (see licence_header.java)."/>
<message key="header.missing" value="File must start with the Apache2 licence header (see licence_header.java)."/>
</module>
</module>
</checkstyleRules>
Expand Down Expand Up @@ -284,13 +284,13 @@
<excludes>
<exclude>CHANGELOG.md</exclude>
</excludes>
<flexmark></flexmark>
<flexmark/>
</markdown>
<pom>
<includes>
<include>pom.xml</include>
</includes>
<sortPom></sortPom>
<sortPom/>
</pom>
<java>
<googleJavaFormat>
Expand Down Expand Up @@ -321,7 +321,7 @@
<sources>
<source>${project.build.directory}/generated-sources/jjtree</source>
</sources>
<skipAddSourceIfMissing></skipAddSourceIfMissing>
<skipAddSourceIfMissing/>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 8933857

Please sign in to comment.