Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuschka committed Apr 13, 2023
1 parent 4d95cdf commit 89d979d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0"?>
<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.github.cbuschka.strike4j</groupId>
<artifactId>strike4j</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>strike4j</name>
<description>
Expand All @@ -26,7 +24,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/cbuschka/strike4j.git</developerConnection>
<connection>scm:git:ssh://git@github.com/cbuschka/strike4j.git</connection>
<tag>HEAD</tag>
<tag>v1.0.0</tag>
</scm>
<build>
<plugins>
Expand Down

0 comments on commit 89d979d

Please sign in to comment.