Skip to content

Commit 0dfe552

Browse files
committed
[maven-release-plugin] prepare release java-function-invoker-parent-1.0.0-alpha-2-rc1
1 parent 6df2045 commit 0dfe552

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

invoker/core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>com.google.cloud.functions.invoker</groupId>
66
<artifactId>java-function-invoker-parent</artifactId>
7-
<version>1.0.0-alpha-2-rc1-SNAPSHOT</version>
7+
<version>1.0.0-alpha-2-rc1</version>
88
</parent>
99

1010
<groupId>com.google.cloud.functions.invoker</groupId>
1111
<artifactId>java-function-invoker</artifactId>
12-
<version>1.0.0-alpha-2-rc1-SNAPSHOT</version>
12+
<version>1.0.0-alpha-2-rc1</version>
1313
<name>GCF Java Invoker</name>
1414
<description>
1515
Application that invokes a GCF Java function. This application is a

invoker/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<project>
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<parent>
44
<groupId>org.sonatype.oss</groupId>
@@ -8,7 +8,7 @@
88

99
<groupId>com.google.cloud.functions.invoker</groupId>
1010
<artifactId>java-function-invoker-parent</artifactId>
11-
<version>1.0.0-alpha-2-rc1-SNAPSHOT</version>
11+
<version>1.0.0-alpha-2-rc1</version>
1212
<packaging>pom</packaging>
1313
<name>GCF Java Invoker Parent</name>
1414
<description>

invoker/testfunction/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<project>
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33

44
<parent>
55
<groupId>com.google.cloud.functions.invoker</groupId>
66
<artifactId>java-function-invoker-parent</artifactId>
7-
<version>1.0.0-alpha-2-rc1-SNAPSHOT</version>
7+
<version>1.0.0-alpha-2-rc1</version>
88
</parent>
99

1010
<groupId>com.google.cloud.functions.invoker</groupId>

0 commit comments

Comments
 (0)