Skip to content

Commit

Permalink
[maven-release-plugin] prepare release unleash-client-java-5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Kolstad committed Feb 14, 2022
1 parent 4188c4b commit f78e9a0
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.getunleash</groupId>
<artifactId>unleash-client-java</artifactId>
<version>5.0.5-SNAPSHOT</version>
<version>5.1.0</version>

<properties>
<version.slf4j>1.7.32</version.slf4j>
<version.log4j2>2.17.0</version.log4j2>
<version.junit5>5.8.2</version.junit5>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.unleash.specification>4.1.0</version.unleash.specification>
<arguments/>
<arguments />
</properties>

<name>io.getunleash:unleash-client-java</name>
Expand Down Expand Up @@ -50,7 +49,7 @@
<url>https://github.com/Unleash/unleash-client-java</url>
<connection>scm:git:[email protected]:Unleash/unleash-client-java.git</connection>
<developerConnection>scm:git:[email protected]:Unleash/unleash-client-java.git</developerConnection>
<tag>HEAD</tag>
<tag>unleash-client-java-5.1.0</tag>
</scm>

<dependencies>
Expand Down Expand Up @@ -322,8 +321,8 @@
<include>*.md</include>
<include>.gitignore</include>
</includes>
<trimTrailingWhitespace/>
<endWithNewline/>
<trimTrailingWhitespace />
<endWithNewline />
<indent>
<spaces>true</spaces>
<tabs>false</tabs>
Expand All @@ -332,8 +331,8 @@
</format>
</formats>
<java>
<removeUnusedImports/>
<toggleOffOn/>
<removeUnusedImports />
<toggleOffOn />
<googleJavaFormat>
<style>AOSP</style>
</googleJavaFormat>
Expand Down

0 comments on commit f78e9a0

Please sign in to comment.