Skip to content

Commit

Permalink
build(release): prepare release v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ruromero committed Jul 8, 2024
1 parent 0b231ea commit 21fade3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?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>com.redhat.ecosystemappeng.onguard</groupId>
<artifactId>onguard</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
<name>ONGuard</name>
<description>Red Hat Trusted Profile Analyser :: Exhort :: ONGuard</description>
<url>https://github.com/RHEcosystemAppEng/onguard</url>
Expand Down Expand Up @@ -54,7 +52,7 @@
<url>https://github.com/RHEcosystemAppEng/onguard</url>
<connection>scm:git:[email protected]:RHEcosystemAppEng/onguard.git</connection>
<developerConnection>scm:git:[email protected]:RHEcosystemAppEng/onguard.git</developerConnection>
<tag>v1.0.4</tag>
<tag>v1.0.8</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit 21fade3

Please sign in to comment.