Skip to content

Commit

Permalink
[maven-release-plugin] prepare release REL-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jun 13, 2024
1 parent e627fdb commit 7ed96ee
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 @@
<?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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>nl.vpro.esper</groupId>
<artifactId>esper-events</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0</version>

<name>VPRO Esper Events</name>
<inceptionYear>2012</inceptionYear>
Expand Down Expand Up @@ -38,7 +37,7 @@
<connection>scm:git:git://[email protected]/vpro/esper-events.git</connection>
<developerConnection>scm:git:[email protected]:vpro/esper-events.git</developerConnection>
<url>https://github.com/vpro/esper-events</url>
<tag>HEAD</tag>
<tag>REL-3.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit 7ed96ee

Please sign in to comment.