Skip to content

Commit

Permalink
build(release): updated next development version
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 Dec 12, 2023
1 parent ddf9a9a commit 69e13ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .flattened-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.redhat.ecosystemappeng</groupId>
<artifactId>exhort-api-spec</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</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
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.2</version>
<version>1.0.3-SNAPSHOT</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/exhort-javascript-api@1.0.2
npm install @RHEcosystemAppEng/exhort-javascript-api@1.0.3-SNAPSHOT
```
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.2</version>
<version>1.0.3-SNAPSHOT</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 69e13ce

Please sign in to comment.