Skip to content

Commit

Permalink
Update GAVs for the dependencies coming from the Reactive Streams Ope…
Browse files Browse the repository at this point in the history
…rators

Signed-off-by: Clement Escoffier <clement.escoffier@gmail.com>
  • Loading branch information
cescoffier committed Feb 1, 2019
1 parent aa21e79 commit 3ebf6af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions api/pom.xml
Expand Up @@ -31,7 +31,6 @@
<properties>
<bnd.baseline.include.distribution.management>false</bnd.baseline.include.distribution.management>
</properties>
<groupId>org.eclipse.microprofile.reactive.messaging</groupId>
<artifactId>microprofile-reactive-messaging-api</artifactId>
<name>MicroProfile Reactive Messaging API</name>
<description>MicroProfile Reactive Messaging :: API</description>
Expand All @@ -41,8 +40,8 @@
<artifactId>org.osgi.annotation.versioning</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.reactive.streams</groupId>
<artifactId>microprofile-reactive-streams-operators</artifactId>
<groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
<artifactId>microprofile-reactive-streams-operators-api</artifactId>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -32,7 +32,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<microprofile.reactive.streams.operators.version>1.0-M1</microprofile.reactive.streams.operators.version>
<microprofile.reactive.streams.operators.version>1.0</microprofile.reactive.streams.operators.version>

<checkstyle.version>3.0.0</checkstyle.version>
<checkstyle.methodNameFormat>^_?[a-z][a-zA-Z0-9]*$</checkstyle.methodNameFormat>
Expand Down Expand Up @@ -118,8 +118,8 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.eclipse.microprofile.reactive.streams</groupId>
<artifactId>microprofile-reactive-streams-operators</artifactId>
<groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
<artifactId>microprofile-reactive-streams-operators-api</artifactId>
<version>${microprofile.reactive.streams.operators.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 3ebf6af

Please sign in to comment.