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
actions-user committed Nov 19, 2024
1 parent 4a82bd1 commit 725ec70
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<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>de.calamanari.adl</groupId>
<artifactId>audlang-java-core</artifactId>
<packaging>jar</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>Audlang Java Core</name>
<description>Audlang foundation classes for Java (parsing, formatting, conversion)</description>

Expand All @@ -18,7 +16,8 @@
<developerConnection>
scm:git:https://github.com/KarlEilebrecht/audlang-java-core.git</developerConnection>
<url>https://github.com/KarlEilebrecht/audlang-java-core</url>
</scm>
<tag>v1.0.0</tag>
</scm>


<dependencies>
Expand Down

0 comments on commit 725ec70

Please sign in to comment.