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

Commit 78eda93

Browse files
committed
Preparing for v0.1.1 release
1 parent 98fa871 commit 78eda93

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

java-invoker.yaml

Lines changed: 3 additions & 9 deletions
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.1-snapshot
7+
version: 0.1.1
88
matchers:
99
- "*.jar"
1010
- "target/*.jar"
@@ -23,11 +23,5 @@ spec:
2323
ADD {{.Artifact}} $FUNCTION_JAR
2424
ENV FUNCTION_URI file://${FUNCTION_JAR}?handler=${FUNCTION_HANDLER}
2525
doc: |
26-
{{.Process}} the function based on the function source code specified as the filename, using the artifact (jar file),
27-
the function handler (classname or bean name), the name and version specified for the function image repository and tag.
28-
29-
For example, from a maven project directory named 'greeter', type:
30-
31-
riff {{.Command}} -i greetings -a target/greeter-1.0.0.jar --handler=functions.Greeter
32-
33-
to {{.Result}}.
26+
Package the function using the artifact (jar file), the function handler (classname or bean name),
27+
the name and version specified for the function image repository and tag.

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

1111
<parent>
@@ -22,7 +22,7 @@
2222
<spring-cloud-function.version>2.0.0.M2</spring-cloud-function.version>
2323
<dockerfile-maven.version>1.4.3</dockerfile-maven.version>
2424
<docker.org>projectriff</docker.org>
25-
<docker.tag>0.1.1-snapshot</docker.tag>
25+
<docker.tag>0.1.1</docker.tag>
2626
</properties>
2727

2828
<dependencies>

0 commit comments

Comments
 (0)