Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pem-keystore-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Sep 25, 2018
1 parent 319dc0e commit c3cb4f8
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>de.dentrassi.crypto</groupId>
<artifactId>pem-keystore</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>2.0.0</version>

<name>PEM Key Store Provider</name>
<description>Provides a PEM based KeyStore</description>
Expand All @@ -28,7 +26,7 @@
<url>https://github.com/ctron/pem-keystore</url>
<connection>scm:git:git://github.com/ctron/pem-keystore.git</connection>
<developerConnection>scm:git:[email protected]:ctron/pem-keystore.git</developerConnection>
<tag>HEAD</tag>
<tag>pem-keystore-2.0.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit c3cb4f8

Please sign in to comment.