Skip to content

Commit

Permalink
[maven-release-plugin] prepare release simple-native-http-server-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Nov 9, 2023
1 parent 3e74308 commit acb466c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@
under the License.
-->
<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>io.yupiik.http</groupId>
<artifactId>simple-native-http-server</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>Simple Native HTTP Server</name>
<description>Simple Native Tomcat to server a static website.</description>
<url>https://yupiik.github.io/simple-native-http-server/</url>
Expand All @@ -37,7 +35,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<image.registry></image.registry>
<image.registry />
<image.version>${project.version}</image.version>
</properties>

Expand Down Expand Up @@ -165,7 +163,7 @@ under the License.
<executions>
<execution>
<id>audit-dependencies</id>
<phase/>
<phase />
<goals>
<goal>audit</goal>
</goals>
Expand Down Expand Up @@ -220,6 +218,7 @@ under the License.
<connection>scm:git:https://github.com/yupiik/simple-native-http-server.git</connection>
<developerConnection>scm:git:https://github.com/yupiik/simple-native-http-server.git</developerConnection>
<url>https://github.com/yupiik/simple-native-http-server.git</url>
<tag>simple-native-http-server-1.0.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit acb466c

Please sign in to comment.