Skip to content

Commit

Permalink
chore: update package groupId
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
  • Loading branch information
ruromero committed Nov 8, 2023
1 parent 900a3d3 commit 4028ce0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# crda-api-spec
CodeReady Dependency Analytics API Specification
# Exhort API Specification
Red Hat Trusted Profile Analyzer API Specification

## Use the Java generated data model

```xml
<dependency>
<groupId>com.redhat.ecosystemappeng</groupId>
<artifactId>exhort-api</artifactId>
<version>${exhort-api.version}</version>
</dependency>
```
2 changes: 1 addition & 1 deletion exhort-java-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
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>com.redhat.exhort</groupId>
<groupId>com.redhat.ecosystemappeng</groupId>
<artifactId>exhort-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>Exhort Java API</name>
Expand Down

0 comments on commit 4028ce0

Please sign in to comment.