Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EliuX committed Sep 14, 2020
1 parent 667ca0d commit 4b5ecf1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?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>com.github.eliux</groupId>
<artifactId>megacmd4j</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<!-- To change the version use
mvn versions:set -DnewVersion=${newversion} -->

Expand Down Expand Up @@ -129,7 +127,7 @@
<scm>
<connection>scm:git:https://github.com/EliuX/MEGAcmd4J.git</connection>
<url>https://github.com/EliuX/MEGAcmd4J</url>
<tag>v1.5.0</tag>
<tag>v1.6.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 4b5ecf1

Please sign in to comment.