Skip to content

Commit

Permalink
[maven-release-plugin] prepare release unleash-client-java-4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Feb 16, 2021
1 parent 99b4b4b commit e8e6f5e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 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>no.finn.unleash</groupId>
<artifactId>unleash-client-java</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.1.0</version>

<properties>
<version.slf4j>1.7.30</version.slf4j>
<version.log4j2>2.13.3</version.log4j2>
<version.junit5>5.7.0</version.junit5>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.unleash.specification>3.3.0</version.unleash.specification>
<arguments/>
<arguments />
</properties>

<name>no.finn.unleash: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-4.1.0</tag>
</scm>

<dependencies>
Expand Down Expand Up @@ -298,8 +297,8 @@
<include>*.md</include>
<include>.gitignore</include>
</includes>
<trimTrailingWhitespace/>
<endWithNewline/>
<trimTrailingWhitespace />
<endWithNewline />
<indent>
<spaces>true</spaces>
<tabs>false</tabs>
Expand All @@ -308,7 +307,7 @@
</format>
</formats>
<java>
<removeUnusedImports/>
<removeUnusedImports />
<toggleOffOn />
<googleJavaFormat>
<style>AOSP</style>
Expand Down

0 comments on commit e8e6f5e

Please sign in to comment.