Skip to content

Commit

Permalink
1.0.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Aug 14, 2018
1 parent 8878122 commit eedf4f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ To get the latest release, simply add the following to your ``pom.xml``:
<dependency>
<groupId>com.amihaiemil.web</groupId>
<artifactId>camel</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```

or download the <a href="https://oss.sonatype.org/service/local/repositories/releases/content/com/amihaiemil/web/camel/1.0.2/camel-1.0.2-jar-with-dependencies.jar">fat</a> jar.
or download the <a href="https://oss.sonatype.org/service/local/repositories/releases/content/com/amihaiemil/web/camel/1.0.3/camel-1.0.3-jar-with-dependencies.jar">fat</a> jar.


## Usage
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amihaiemil.web</groupId>
<artifactId>camel</artifactId>
<version>1.0.3-SNAPSHOT</version><!--rrv-sed-flag-->
<version>1.0.4-SNAPSHOT</version><!--rrv-sed-flag-->
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit eedf4f4

Please sign in to comment.