Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaaano committed Aug 28, 2017
1 parent 00efa38 commit 4e816bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pre defined providers in the classpath. You can also [implement your own](#custo
<dependency>
<groupId>com.juliaaano</groupId>
<artifactId>payload</artifactId>
<version>0.0.3</version>
<version>1.0.0</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.juliaaano</groupId>
<artifactId>payload</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Payload</name>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>io.spring.platform</groupId>
<artifactId>platform-bom</artifactId>
<version>Brussels-SR1</version>
<version>Brussels-SR4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>yasson</artifactId>
<version>1.0.0-RC2</version>
<version>1.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 4e816bd

Please sign in to comment.