Skip to content

Commit

Permalink
Upgrade to reactor-test 3.0.3.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Nov 4, 2016
1 parent e2284ae commit 2f4d9fc
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,19 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<reactor.core.version>3.0.3.RELEASE</reactor.core.version>
</properties>

<dependencies>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.0.3.RELEASE</version>
<version>${reactor.core.version}</version>
</dependency>
<dependency>
<groupId>io.projectreactor.addons</groupId>
<artifactId>reactor-test</artifactId>
<version>3.0.3.BUILD-SNAPSHOT</version>
<version>${reactor.core.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down Expand Up @@ -60,14 +61,4 @@
</plugins>
</build>

<repositories>
<repository>
<id>spring-snapshot</id>
<snapshots>
<enabled>true</enabled>
</snapshots>
<url>http://repo.spring.io/snapshot</url>
</repository>
</repositories>

</project>

0 comments on commit 2f4d9fc

Please sign in to comment.