Skip to content

Commit ba0ead8

Browse files
committed
[maven-release-plugin] prepare release 1.0.14
1 parent 28139ab commit ba0ead8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>io.github.grrolland</groupId>
86
<artifactId>ngx-distributed-shm</artifactId>
9-
<version>1.0.14-SNAPSHOT</version>
7+
<version>1.0.14</version>
108

119
<name>ngx-distributed-shm</name>
1210
<description>This projet is memcached like server based on Hazelcast and Vertx. The goals of the project is to build an easy-to-use distributed memory storage with the nginx shared memory semantic for use with lua nginx plugin.</description>
@@ -25,7 +23,7 @@
2523
<connection>scm:git:[email protected]:grrolland/ngx-distributed-shm.git</connection>
2624
<developerConnection>scm:git:https://github.com/grrolland/ngx-distributed-shm.git</developerConnection>
2725
<url>https://github.com/grrolland/ngx-distributed-shm</url>
28-
<tag>HEAD</tag>
26+
<tag>1.0.14</tag>
2927
</scm>
3028

3129
<distributionManagement>
@@ -147,7 +145,7 @@
147145
<Main-Class>io.github.grrolland.hcshm.Main</Main-Class>
148146
</manifestEntries>
149147
</transformer>
150-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
148+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
151149
</transformers>
152150
</configuration>
153151
</execution>

0 commit comments

Comments
 (0)