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

Commit 06a1bf6

Browse files
committed
Preparing for 0.1.1-snapshot
1 parent df28d49 commit 06a1bf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.0
7+
version: 0.1.1-snapshot
88
matchers:
99
- "*.jar"
1010
- "target/*.jar"

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.1.0</version>
8+
<version>0.1.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<parent>

0 commit comments

Comments
 (0)