Skip to content

Commit

Permalink
[maven-release-plugin] prepare release emv-qrcode-0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvallim committed Mar 26, 2021
1 parent 0fa330d commit a70bba7
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 @@
<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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>com.github.mvallim</groupId>
<artifactId>emv-qrcode</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>

<properties>
<java.version>1.8</java.version>
Expand All @@ -19,7 +17,7 @@
<url>scm:git:[email protected]:mvallim/emv-qrcode</url>
<connection>scm:git:[email protected]:mvallim/emv-qrcode</connection>
<developerConnection>scm:git:[email protected]:mvallim/emv-qrcode</developerConnection>
<tag>HEAD</tag>
<tag>emv-qrcode-0.1.1</tag>
</scm>

<name>emv-qrcode</name>
Expand Down

0 comments on commit a70bba7

Please sign in to comment.