Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 committed Apr 3, 2020
1 parent 9a554c1 commit 11568af
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?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.github.kezhenxu94</groupId>
<artifactId>cache-lite</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>

<name>cache-lite</name>
<description>An extremely light-weight cache framework for Kotlin</description>
Expand All @@ -31,7 +30,7 @@
<connection>scm:git:git://github.com/kezhenxu94/cache-lite.git</connection>
<developerConnection>scm:git:git@github.com:kezhenxu94/cache-lite.git</developerConnection>
<url>https://github.com/kezhenxu94/cache-lite</url>
<tag>HEAD</tag>
<tag>v0.1.2</tag>
</scm>

<properties>
Expand Down

0 comments on commit 11568af

Please sign in to comment.