Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
Preparing for 0.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scothis committed Mar 21, 2018
1 parent ccf1c6b commit 8500296
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Testing locally:

```
$ ./mvnw clean install dockerfile:build
$ docker run -ti -p 8080:8080 -v `pwd`/target/test-classes:/classes projectriff/java-function-invoker:0.0.5-snapshot --function.uri='file:classes?handler=io.projectriff.functions.Doubler'
$ docker run -ti -p 8080:8080 -v `pwd`/target/test-classes:/classes projectriff/java-function-invoker:0.0.5 --function.uri='file:classes?handler=io.projectriff.functions.Doubler'
```

Then
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.projectriff</groupId>
<artifactId>java-function-invoker</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<packaging>jar</packaging>

<parent>
Expand All @@ -26,7 +26,7 @@
<reactor.version>3.2.0.M1</reactor.version>
<dockerfile-maven.version>1.3.6</dockerfile-maven.version>
<docker.org>projectriff</docker.org>
<docker.tag>0.0.5-snapshot</docker.tag>
<docker.tag>0.0.5</docker.tag>
</properties>

<dependencies>
Expand Down

0 comments on commit 8500296

Please sign in to comment.