Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohT committed Nov 12, 2022
1 parent 925b62e commit 9ac3506
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions showcase-quarkus-eventsourcing/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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.joht.showcase.quarkuseventsourcing</groupId>
<artifactId>showcase-quarkus-eventsourcing</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>

<properties>
<compiler-plugin.version>3.10.1</compiler-plugin.version>
Expand Down Expand Up @@ -43,7 +42,7 @@
<connection>scm:git:git://github.com/JohT/showcase-quarkus-eventsourcing.git</connection>
<developerConnection>scm:git:git@github.com:JohT/showcase-quarkus-eventsourcing.git</developerConnection>
<url>https://github.com/JohT/showcase-quarkus-eventsourcing</url>
<tag>HEAD</tag>
<tag>v1.8.0</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit 9ac3506

Please sign in to comment.