Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fast-select-2.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
terma committed May 10, 2017
1 parent 52408b8 commit aaa9575
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +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.terma</groupId>
<artifactId>fast-select</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.13.2</version>

<name>Fast Select</name>
<description>Read Only In-Memory Storage with Fast MultiFilter Select</description>
Expand Down Expand Up @@ -108,8 +107,7 @@
<configuration>
<finalName>${uberjar.name}</finalName>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.openjdk.jmh.Main</mainClass>
</transformer>
</transformers>
Expand Down Expand Up @@ -313,7 +311,7 @@
<developerConnection>scm:git:https://github.com/terma/fast-select.git</developerConnection>
<connection>scm:git:https://github.com/terma/fast-select.git</connection>
<url>https://github.com/terma/fast-select</url>
<tag>HEAD</tag>
<tag>fast-select-2.13.2</tag>
</scm>

</project>

0 comments on commit aaa9575

Please sign in to comment.