Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RKrahl committed Feb 14, 2024
1 parent 29557d5 commit 65153be
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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>

<groupId>org.icatproject</groupId>
<artifactId>ids.server</artifactId>
<packaging>war</packaging>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<name>IDS Server</name>

<properties>
Expand Down Expand Up @@ -34,7 +33,7 @@
<connection>scm:git:https://github.com/icatproject/ids.server.git</connection>
<developerConnection>scm:git:git@github.com:icatproject/ids.server.git</developerConnection>
<url>https://github.com/icatproject/ids.server</url>
<tag>HEAD</tag>
<tag>v2.1.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 65153be

Please sign in to comment.