Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 23, 2024
1 parent 7b1ec4e commit 104697a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>sh.ory</groupId>
<artifactId>ory-client</artifactId>
<packaging>jar</packaging>
<name>ory-client</name>
<version>0.0.0-SNAPSHOT</version>
<version>1.15.3</version>
<url>https://github.com/ory/client-java</url>
<description>Java Client for Ory</description>
<scm>
<connection>scm:git:[email protected]:ory/client-java.git</connection>
<developerConnection>scm:git:[email protected]:ory/client-java.git</developerConnection>
<url>https://github.com/ory/client-java</url>
</scm>
<tag>v1.15.3</tag>
</scm>

<licenses>
<license>
Expand Down Expand Up @@ -249,8 +249,8 @@
<include>.gitignore</include>
</includes>
<!-- define the steps to apply to those files -->
<trimTrailingWhitespace/>
<endWithNewline/>
<trimTrailingWhitespace />
<endWithNewline />
<indent>
<spaces>true</spaces> <!-- or <tabs>true</tabs> -->
<spacesPerTab>4</spacesPerTab> <!-- optional, default is 4 -->
Expand All @@ -268,8 +268,8 @@
<reflowLongStrings>true</reflowLongStrings>
</googleJavaFormat>

<removeUnusedImports/>
<importOrder/>
<removeUnusedImports />
<importOrder />

</java>
</configuration>
Expand Down

0 comments on commit 104697a

Please sign in to comment.