Skip to content

Commit

Permalink
fix(ci): add sonar endpoint properties
Browse files Browse the repository at this point in the history
Signed-off-by: jonathan zollinger <jonathan.zollinger@outlook.com>
  • Loading branch information
Jonathan-Zollinger committed Jun 19, 2024
1 parent 26ab032 commit 1d8f454
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
<?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">
<modelVersion>4.0.0</modelVersion>
<artifactId>threshr</artifactId>
<version>0.0.13-SNAPSHOT</version>
<name>core</name>
<parent>
<artifactId>threshr-parent</artifactId>
<groupId>com.graqr</groupId>
<version>0.0.13-SNAPSHOT</version>
</parent>
<artifactId>threshr</artifactId>
<version>0.0.13-SNAPSHOT</version>
<name>core</name>
<properties>
<owner>graqr</owner>
<sonar.organization>graqr</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>
<dependencies>
<dependency>
<groupId>io.micronaut</groupId>
Expand Down

0 comments on commit 1d8f454

Please sign in to comment.