Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 24, 2023
1 parent 28139ab commit ba0ead8
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,12 +1,10 @@
<?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>io.github.grrolland</groupId>
<artifactId>ngx-distributed-shm</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>1.0.14</version>

<name>ngx-distributed-shm</name>
<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>
Expand All @@ -25,7 +23,7 @@
<connection>scm:git:[email protected]:grrolland/ngx-distributed-shm.git</connection>
<developerConnection>scm:git:https://github.com/grrolland/ngx-distributed-shm.git</developerConnection>
<url>https://github.com/grrolland/ngx-distributed-shm</url>
<tag>HEAD</tag>
<tag>1.0.14</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -147,7 +145,7 @@
<Main-Class>io.github.grrolland.hcshm.Main</Main-Class>
</manifestEntries>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
</configuration>
</execution>
Expand Down

0 comments on commit ba0ead8

Please sign in to comment.