Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 7, 2024
1 parent d6f5963 commit 4775c60
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,16 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.cuioss</groupId>
<artifactId>cui-java-parent</artifactId>
<version>0.7.0</version>
<relativePath/>
<relativePath />
</parent>
<artifactId>cui-core-ui-model</artifactId>
<name>cui core UI-Model</name>
<version>2.0-SNAPSHOT</version>
<version>2.1.0</version>
<description>Defines types and structures simplifying the integration of
server-side ui.
</description>
Expand All @@ -22,7 +21,7 @@
<developerConnection>
scm:git:https://github.com/cuioss/cui-core-ui-model/
</developerConnection>
<tag>HEAD</tag>
<tag>2.1.0</tag>
</scm>
<issueManagement>
<url>https://github.com/cuioss/cui-core-ui-model/issues</url>
Expand Down

0 comments on commit 4775c60

Please sign in to comment.