Skip to content

Commit

Permalink
[maven-release-plugin] prepare release unleash-client-java-4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Feb 1, 2021
1 parent f3c5a5b commit 8e634da
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<?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>3.3.5-SNAPSHOT</version>
<version>4.0.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/>
<version.unleash.specification>3.3.0</version.unleash.specification> <arguments />
</properties>

<name>no.finn.unleash:unleash-client-java</name>
Expand All @@ -31,7 +30,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.0.0</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 8e634da

Please sign in to comment.