Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #22 from hygieia/fix-maven-release
Browse files Browse the repository at this point in the history
added groupId to fix the maven release
  • Loading branch information
rvema authored Apr 19, 2021
2 parents 69a1faa + 76f4c09 commit 2db9c03
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,16 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>com.capitalone.dashboard</groupId>
<artifactId>nfrr-audit-collector</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<description>NFRR Audit Collector</description>
<packaging>jar</packaging>
<url>https://github.com/hygieia/${repository.name}</url>
<version>3.1.7-SNAPSHOT</version>
<artifactId>nfrr-audit-collector</artifactId>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 2db9c03

Please sign in to comment.