File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.google.cloud.functions.invoker</groupId >
6
6
<artifactId >java-function-invoker-parent</artifactId >
7
- <version >1.0.2 </version >
7
+ <version >1.0.3-SNAPSHOT </version >
8
8
</parent >
9
9
10
10
<groupId >com.google.cloud.functions.invoker</groupId >
11
11
<artifactId >java-function-invoker</artifactId >
12
- <version >1.0.2 </version >
12
+ <version >1.0.3-SNAPSHOT </version >
13
13
<name >GCF Java Invoker</name >
14
14
<description >
15
15
Application that invokes a GCF Java function. This application is a
114
114
<dependency >
115
115
<groupId >com.google.cloud.functions.invoker</groupId >
116
116
<artifactId >java-function-invoker-testfunction</artifactId >
117
- <version >1.0.2 </version >
117
+ <version >1.0.3-SNAPSHOT </version >
118
118
<type >test-jar</type >
119
119
<scope >test</scope >
120
120
</dependency >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.google.cloud.functions.invoker</groupId >
6
6
<artifactId >java-function-invoker-parent</artifactId >
7
- <version >1.0.2 </version >
7
+ <version >1.0.3-SNAPSHOT </version >
8
8
</parent >
9
9
10
10
<groupId >com.google.cloud.functions</groupId >
11
11
<artifactId >function-maven-plugin</artifactId >
12
12
<packaging >maven-plugin</packaging >
13
- <version >0.9.7 </version >
13
+ <version >0.9.8-SNAPSHOT </version >
14
14
<name >Functions Framework Plugin</name >
15
15
<description >A Maven plugin that allows functions to be deployed, and to be run locally
16
16
using the Java Functions Framework.</description >
44
44
<dependency >
45
45
<groupId >com.google.cloud.functions.invoker</groupId >
46
46
<artifactId >java-function-invoker</artifactId >
47
- <version >1.0.2 </version >
47
+ <version >1.0.3-SNAPSHOT </version >
48
48
</dependency >
49
49
50
50
<dependency >
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.cloud.functions.invoker</groupId >
10
10
<artifactId >java-function-invoker-parent</artifactId >
11
- <version >1.0.2 </version >
11
+ <version >1.0.3-SNAPSHOT </version >
12
12
<packaging >pom</packaging >
13
13
<name >GCF Java Invoker Parent</name >
14
14
<description >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.google.cloud.functions.invoker</groupId >
6
6
<artifactId >java-function-invoker-parent</artifactId >
7
- <version >1.0.2 </version >
7
+ <version >1.0.3-SNAPSHOT </version >
8
8
</parent >
9
9
10
10
<groupId >com.google.cloud.functions.invoker</groupId >
11
11
<artifactId >java-function-invoker-testfunction</artifactId >
12
- <version >1.0.2 </version >
12
+ <version >1.0.3-SNAPSHOT </version >
13
13
<name >Example GCF Function Jar</name >
14
14
<description >
15
15
An example of a GCF function packaged into a jar. We use this in tests.
You can’t perform that action at this time.
0 commit comments