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

Commit

Permalink
Update to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Apr 18, 2018
1 parent b23cf5c commit a2f5411
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java-invoker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Invoker
metadata:
name: java
spec:
version: 0.0.6-snapshot
version: 0.0.6
matchers:
- "*.jar"
- "target/*.jar"
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.6-SNAPSHOT</version>
<version>0.0.6</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.6-snapshot</docker.tag>
<docker.tag>0.0.6</docker.tag>
</properties>

<dependencies>
Expand Down

0 comments on commit a2f5411

Please sign in to comment.