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 <rromerom@redhat.com>
ruromero committed Dec 18, 2023
1 parent 51a82a7 commit d22afa1
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .flattened-pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.redhat.ecosystemappeng</groupId>
<artifactId>exhort-api-spec</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</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>
@@ -25,7 +25,7 @@
<dependency>
<groupId>com.github.package-url</groupId>
<artifactId>packageurl-java</artifactId>
<version>1.4.1</version>
<version>1.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.4-SNAPSHOT</version>
<version>1.0.4</version>
</dependency>
```

@@ -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/exhort-javascript-api@1.0.4-SNAPSHOT
npm install @RHEcosystemAppEng/exhort-javascript-api@1.0.4
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@

<groupId>com.redhat.ecosystemappeng</groupId>
<artifactId>exhort-api-spec</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</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>

0 comments on commit d22afa1

Please sign in to comment.