Skip to content

Commit

Permalink
build(release): removed snapshot from version
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Romero Montes <[email protected]>
  • Loading branch information
ruromero committed Nov 15, 2023
1 parent 6ec4489 commit 1d13a62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The packages are published to the GitHub maven repository. Make sure to add it t
<dependency>
<groupId>com.redhat.ecosystemappeng</groupId>
<artifactId>exhort-api</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</dependency>
```

Expand All @@ -36,5 +36,5 @@ echo "@RHEcosystemAppEng:registry=https://npm.pkg.github.com" >> .npmrc
Then, add it to your project as follows:

```bash
npm install @RHEcosystemAppEng/[email protected]-SNAPSHOT
npm install @RHEcosystemAppEng/[email protected]
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.redhat.ecosystemappeng</groupId>
<artifactId>exhort-api-spec</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<name>Exhort Java API</name>
<description>Red Hat Trusted Profile Analizer :: Exhort :: Java API</description>
<url>https://github.com/RHEcosystemAppEng/exhort-api-spec</url>
Expand Down

0 comments on commit 1d13a62

Please sign in to comment.