Skip to content

Commit 46f92d9

Browse files
committed
[maven-release-plugin] prepare release 1.0.5
1 parent 7b0d3ab commit 46f92d9

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pom.xml

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

85
<groupId>io.github.grrolland</groupId>
96
<artifactId>ngx-distributed-shm</artifactId>
10-
<version>1.0.5-SNAPSHOT</version>
7+
<version>1.0.5</version>
118

129
<name>ngx-distributed-shm</name>
1310
<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>
@@ -26,7 +23,8 @@
2623
<connection>scm:git:[email protected]:grrolland/ngx-distributed-shm.git</connection>
2724
<developerConnection>scm:git:https://github.com/grrolland/ngx-distributed-shm.git</developerConnection>
2825
<url>https://github.com/grrolland/ngx-distributed-shm</url>
29-
</scm>
26+
<tag>1.0.5</tag>
27+
</scm>
3028

3129
<distributionManagement>
3230
<repository>
@@ -142,7 +140,7 @@
142140
<Main-Class>io.github.grrolland.hcshm.Main</Main-Class>
143141
</manifestEntries>
144142
</transformer>
145-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
143+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
146144
</transformers>
147145
</configuration>
148146
</execution>

0 commit comments

Comments
 (0)