Skip to content

Commit

Permalink
build(release): [skip ci] prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruromero committed Sep 18, 2023
1 parent c72d2ca commit 06d84ae
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<?xml version="1.0"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.redhat.ecosystemappeng</groupId>
<artifactId>exhort</artifactId>
<name>RHDA - Exhort</name>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<licenses>
<license>
Expand All @@ -21,7 +18,7 @@
<url>https://github.com/RHEcosystemAppEng/exhort</url>
<connection>scm:git:[email protected]:RHEcosystemAppEng/exhort.git</connection>
<developerConnection>scm:git:[email protected]:RHEcosystemAppEng/exhort.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 06d84ae

Please sign in to comment.