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

Commit e312d14

Browse files
committed
Preparing for 0.0.2 release
1 parent 90b1538 commit e312d14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Testing locally:
22

33
```
44
$ ./mvnw install dockerfile:build
5-
$ docker run -ti -p 8080:8080 -v `pwd`/target/test-classes:/classes projectriff/java-function-invoker:0.0.2-snapshot --function.uri=file:classes?handler=io.projectriff.functions.Doubler
5+
$ docker run -ti -p 8080:8080 -v `pwd`/target/test-classes:/classes projectriff/java-function-invoker:0.0.2 --function.uri=file:classes?handler=io.projectriff.functions.Doubler
66
```
77

88
Then

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.projectriff</groupId>
77
<artifactId>java-function-invoker</artifactId>
8-
<version>0.0.2-snapshot</version>
8+
<version>0.0.2</version>
99
<packaging>jar</packaging>
1010

1111
<parent>

0 commit comments

Comments
 (0)