Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of checkmk-java-client-1.…
Browse files Browse the repository at this point in the history
…2.2.2.0.12
  • Loading branch information
sfuhrm committed Nov 15, 2023
1 parent 23ef7f3 commit c4ee281
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
<artifactId>checkmk-java-client</artifactId>
<packaging>jar</packaging>
<name>checkmk-java-client</name>
<version>1.2.2.2.0.12</version>
<version>1.1.2.2.0.12-SNAPSHOT</version>
<url>https://github.com/openapitools/openapi-generator</url>
<description>REST API client library for Checkmk</description>
<scm>
<connection>scm:git:ssh://git@github.com/1and1/checkmk-java-client.git</connection>
<developerConnection>scm:git:ssh://git@github.com/1and1/checkmk-java-client.git</developerConnection>
<url>https://github.com/1and1/checkmk-java-client</url>
<tag>checkmk-java-client-1.2.2.2.0.12</tag>
</scm>
<licenses>
<license>
Expand Down Expand Up @@ -221,8 +220,8 @@
<include>${project.build.directory}/generated-sources/openapi</include>
</includes>
<!-- define the steps to apply to those files -->
<trimTrailingWhitespace />
<endWithNewline />
<trimTrailingWhitespace/>
<endWithNewline/>
<indent>
<spaces>true</spaces>
<!-- or <tabs>true</tabs> -->
Expand All @@ -240,8 +239,8 @@
<style>AOSP</style>
<reflowLongStrings>true</reflowLongStrings>
</googleJavaFormat>
<removeUnusedImports />
<importOrder />
<removeUnusedImports/>
<importOrder/>
</java>
</configuration>
</execution>
Expand Down

0 comments on commit c4ee281

Please sign in to comment.