Skip to content

Commit

Permalink
Release: 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sonatype-zion committed Oct 8, 2021
1 parent fd95a94 commit 1e93b01
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.ossindex</groupId>
<artifactId>ossindex-service</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</parent>

<artifactId>ossindex-service-api</artifactId>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.sonatype.ossindex</groupId>
<artifactId>ossindex-service-bom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.ossindex</groupId>
<artifactId>ossindex-service</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</parent>

<artifactId>ossindex-service-bom</artifactId>
Expand Down Expand Up @@ -130,13 +130,13 @@
<dependency>
<groupId>org.sonatype.ossindex</groupId>
<artifactId>ossindex-service-api</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</dependency>

<dependency>
<groupId>org.sonatype.ossindex</groupId>
<artifactId>ossindex-service-client</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.ossindex</groupId>
<artifactId>ossindex-service</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</parent>

<artifactId>ossindex-service-client</artifactId>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.sonatype.ossindex</groupId>
<artifactId>ossindex-service-bom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<name>${project.groupId}:${project.artifactId}</name>
<packaging>pom</packaging>

<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>

<url>https://sonatype.github.io/ossindex-public/</url>

Expand Down

0 comments on commit 1e93b01

Please sign in to comment.