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

Commit a2f5411

Browse files
author
Dave Syer
committed
Update to 0.0.6
1 parent b23cf5c commit a2f5411

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

java-invoker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Invoker
44
metadata:
55
name: java
66
spec:
7-
version: 0.0.6-snapshot
7+
version: 0.0.6
88
matchers:
99
- "*.jar"
1010
- "target/*.jar"

pom.xml

Lines changed: 2 additions & 2 deletions
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.6-SNAPSHOT</version>
8+
<version>0.0.6</version>
99
<packaging>jar</packaging>
1010

1111
<parent>
@@ -26,7 +26,7 @@
2626
<reactor.version>3.2.0.M1</reactor.version>
2727
<dockerfile-maven.version>1.3.6</dockerfile-maven.version>
2828
<docker.org>projectriff</docker.org>
29-
<docker.tag>0.0.6-snapshot</docker.tag>
29+
<docker.tag>0.0.6</docker.tag>
3030
</properties>
3131

3232
<dependencies>

0 commit comments

Comments
 (0)