Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
spypunk committed Jan 11, 2020
1 parent ab693cf commit 1f358b0
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,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>spypunk</groupId>
<artifactId>sponge</artifactId>
<version>0.23-SNAPSHOT</version>
<version>0.23</version>
<name>sponge</name>
<description>A website crawler and links downloader command line tool</description>
<url>https://github.com/spypunk/sponge</url>
Expand All @@ -27,7 +26,7 @@
<url>[email protected]:spypunk/sponge.git</url>
<connection>scm:git:https://github.com/spypunk/sponge.git</connection>
<developerConnection>scm:git:[email protected]:spypunk/sponge.git</developerConnection>
<tag>HEAD</tag>
<tag>0.23</tag>
</scm>

<properties>
Expand Down Expand Up @@ -82,7 +81,7 @@
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<Built-By/>
<Built-By />
</manifestEntries>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
Expand Down

0 comments on commit 1f358b0

Please sign in to comment.