Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ming zheng
Spring Cloud Function
Commits
4213d191
Commit
4213d191
authored
4 years ago
by
buildmaster
Browse files
Options
Download
Email Patches
Plain Diff
Going back to snapshots
parent
ae4efc2b
Changes
38
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
docs/pom.xml
+1
-1
docs/pom.xml
pom.xml
+1
-1
pom.xml
spring-cloud-function-adapters/pom.xml
+1
-1
spring-cloud-function-adapters/pom.xml
spring-cloud-function-adapters/spring-cloud-function-adapter-aws/pom.xml
+1
-1
...nction-adapters/spring-cloud-function-adapter-aws/pom.xml
spring-cloud-function-adapters/spring-cloud-function-adapter-azure/pom.xml
+1
-1
...tion-adapters/spring-cloud-function-adapter-azure/pom.xml
spring-cloud-function-adapters/spring-cloud-function-adapter-gcp/pom.xml
+1
-1
...nction-adapters/spring-cloud-function-adapter-gcp/pom.xml
spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk/pom.xml
+1
-1
...-adapters/spring-cloud-function-adapter-openwhisk/pom.xml
spring-cloud-function-compiler/pom.xml
+1
-1
spring-cloud-function-compiler/pom.xml
spring-cloud-function-context/pom.xml
+1
-1
spring-cloud-function-context/pom.xml
spring-cloud-function-core/pom.xml
+1
-1
spring-cloud-function-core/pom.xml
spring-cloud-function-dependencies/pom.xml
+2
-2
spring-cloud-function-dependencies/pom.xml
spring-cloud-function-deployer/pom.xml
+1
-1
spring-cloud-function-deployer/pom.xml
spring-cloud-function-deployer/src/it/bootapp-multi/pom.xml
+2
-2
spring-cloud-function-deployer/src/it/bootapp-multi/pom.xml
spring-cloud-function-deployer/src/it/bootapp-with-javax/pom.xml
+2
-2
...cloud-function-deployer/src/it/bootapp-with-javax/pom.xml
spring-cloud-function-deployer/src/it/bootapp-with-scf/pom.xml
+2
-2
...g-cloud-function-deployer/src/it/bootapp-with-scf/pom.xml
spring-cloud-function-deployer/src/it/bootapp/pom.xml
+2
-2
spring-cloud-function-deployer/src/it/bootapp/pom.xml
spring-cloud-function-deployer/src/it/bootjar-multi/pom.xml
+2
-2
spring-cloud-function-deployer/src/it/bootjar-multi/pom.xml
spring-cloud-function-deployer/src/it/bootjar/pom.xml
+2
-2
spring-cloud-function-deployer/src/it/bootjar/pom.xml
spring-cloud-function-deployer/src/it/bootjarnostart/pom.xml
+2
-2
spring-cloud-function-deployer/src/it/bootjarnostart/pom.xml
spring-cloud-function-kotlin/pom.xml
+1
-1
spring-cloud-function-kotlin/pom.xml
with
28 additions
and
28 deletions
+28
-28
docs/pom.xml
+
1
-
1
View file @
4213d191
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-function-parent
</artifactId>
<version>
3.1.0-
M2
</version>
<version>
3.1.0-
SNAPSHOT
</version>
</parent>
<packaging>
pom
</packaging>
<name>
Spring Cloud Function Docs
</name>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
-
1
View file @
4213d191
...
...
@@ -6,7 +6,7 @@
<artifactId>
spring-cloud-function-parent
</artifactId>
<name>
Spring Cloud Function Parent
</name>
<version>
3.1.0-
M2
</version>
<version>
3.1.0-
SNAPSHOT
</version>
<packaging>
pom
</packaging>
<parent>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-adapters/pom.xml
+
1
-
1
View file @
4213d191
...
...
@@ -10,7 +10,7 @@
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-function-parent
</artifactId>
<version>
3.1.0-
M2
</version>
<version>
3.1.0-
SNAPSHOT
</version>
</parent>
<name>
spring-cloud-function-adapter-parent
</name>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-adapters/spring-cloud-function-adapter-aws/pom.xml
+
1
-
1
View file @
4213d191
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-function-adapter-parent
</artifactId>
<version>
3.1.0-
M2
</version>
<version>
3.1.0-
SNAPSHOT
</version>
</parent>
<properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-adapters/spring-cloud-function-adapter-azure/pom.xml
+
1
-
1
View file @
4213d191
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-function-adapter-parent
</artifactId>
<version>
3.1.0-
M2
</version>
<version>
3.1.0-
SNAPSHOT
</version>
</parent>
<properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-adapters/spring-cloud-function-adapter-gcp/pom.xml
+
1
-
1
View file @
4213d191
...
...
@@ -11,7 +11,7 @@
<parent>
<artifactId>
spring-cloud-function-adapter-parent
</artifactId>
<groupId>
org.springframework.cloud
</groupId>
<version>
3.1.0-
M2
</version>
<version>
3.1.0-
SNAPSHOT
</version>
</parent>
<properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk/pom.xml
+
1
-
1
View file @
4213d191
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-function-adapter-parent
</artifactId>
<version>
3.1.0-
M2
</version>
<version>
3.1.0-
SNAPSHOT
</version>
</parent>
<dependencies>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-compiler/pom.xml
+
1
-
1
View file @
4213d191
...
...
@@ -12,7 +12,7 @@
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-function-parent
</artifactId>
<version>
3.1.0-
M2
</version>
<version>
3.1.0-
SNAPSHOT
</version>
</parent>
<dependencies>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-context/pom.xml
+
1
-
1
View file @
4213d191
...
...
@@ -12,7 +12,7 @@
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-function-parent
</artifactId>
<version>
3.1.0-
M2
</version>
<version>
3.1.0-
SNAPSHOT
</version>
</parent>
<dependencies>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-core/pom.xml
+
1
-
1
View file @
4213d191
...
...
@@ -12,7 +12,7 @@
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-function-parent
</artifactId>
<version>
3.1.0-
M2
</version>
<version>
3.1.0-
SNAPSHOT
</version>
</parent>
<dependencies>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-dependencies/pom.xml
+
2
-
2
View file @
4213d191
...
...
@@ -6,11 +6,11 @@
<parent>
<artifactId>
spring-cloud-dependencies-parent
</artifactId>
<groupId>
org.springframework.cloud
</groupId>
<version>
3.0.0-
M3
</version>
<version>
3.0.0-
SNAPSHOT
</version>
<relativePath/>
</parent>
<artifactId>
spring-cloud-function-dependencies
</artifactId>
<version>
3.1.0-
M2
</version>
<version>
3.1.0-
SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
Spring Cloud Function Dependencies
</name>
<description>
Spring Cloud Function Dependencies
</description>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-deployer/pom.xml
+
1
-
1
View file @
4213d191
...
...
@@ -10,7 +10,7 @@
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-function-parent
</artifactId>
<version>
3.1.0-
M2
</version>
<version>
3.1.0-
SNAPSHOT
</version>
</parent>
<properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-deployer/src/it/bootapp-multi/pom.xml
+
2
-
2
View file @
4213d191
...
...
@@ -12,13 +12,13 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.4.0-
M1
</version>
<version>
2.4.0-
SNAPSHOT
</version>
<relativePath/>
</parent>
<properties>
<java.version>
1.8
</java.version>
<spring-cloud-function.version>
3.1.0-
M2
</spring-cloud-function.version>
<spring-cloud-function.version>
3.1.0-
SNAPSHOT
</spring-cloud-function.version>
<wrapper.version>
1.0.17.RELEASE
</wrapper.version>
</properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-deployer/src/it/bootapp-with-javax/pom.xml
+
2
-
2
View file @
4213d191
...
...
@@ -12,13 +12,13 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.4.0-
M1
</version>
<version>
2.4.0-
SNAPSHOT
</version>
<relativePath
/>
</parent>
<properties>
<java.version>
1.8
</java.version>
<spring-cloud-function.version>
3.1.0-
M2
</spring-cloud-function.version>
<spring-cloud-function.version>
3.1.0-
SNAPSHOT
</spring-cloud-function.version>
<wrapper.version>
1.0.17.RELEASE
</wrapper.version>
</properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-deployer/src/it/bootapp-with-scf/pom.xml
+
2
-
2
View file @
4213d191
...
...
@@ -12,13 +12,13 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.4.0-
M1
</version>
<version>
2.4.0-
SNAPSHOT
</version>
<relativePath/>
</parent>
<properties>
<java.version>
1.8
</java.version>
<spring-cloud-function.version>
3.1.0-
M2
</spring-cloud-function.version>
<spring-cloud-function.version>
3.1.0-
SNAPSHOT
</spring-cloud-function.version>
<wrapper.version>
1.0.17.RELEASE
</wrapper.version>
</properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-deployer/src/it/bootapp/pom.xml
+
2
-
2
View file @
4213d191
...
...
@@ -12,13 +12,13 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.4.0-
M1
</version>
<version>
2.4.0-
SNAPSHOT
</version>
<relativePath/>
</parent>
<properties>
<java.version>
1.8
</java.version>
<spring-cloud-function.version>
3.1.0-
M2
</spring-cloud-function.version>
<spring-cloud-function.version>
3.1.0-
SNAPSHOT
</spring-cloud-function.version>
<wrapper.version>
1.0.17.RELEASE
</wrapper.version>
</properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-deployer/src/it/bootjar-multi/pom.xml
+
2
-
2
View file @
4213d191
...
...
@@ -12,13 +12,13 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.4.0-
M1
</version>
<version>
2.4.0-
SNAPSHOT
</version>
<relativePath/>
</parent>
<properties>
<java.version>
1.8
</java.version>
<spring-cloud-function.version>
3.1.0-
M2
</spring-cloud-function.version>
<spring-cloud-function.version>
3.1.0-
SNAPSHOT
</spring-cloud-function.version>
<wrapper.version>
1.0.17.RELEASE
</wrapper.version>
</properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-deployer/src/it/bootjar/pom.xml
+
2
-
2
View file @
4213d191
...
...
@@ -12,13 +12,13 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.4.0-
M1
</version>
<version>
2.4.0-
SNAPSHOT
</version>
<relativePath/>
</parent>
<properties>
<java.version>
1.8
</java.version>
<spring-cloud-function.version>
3.1.0-
M2
</spring-cloud-function.version>
<spring-cloud-function.version>
3.1.0-
SNAPSHOT
</spring-cloud-function.version>
<wrapper.version>
1.0.17.RELEASE
</wrapper.version>
</properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-deployer/src/it/bootjarnostart/pom.xml
+
2
-
2
View file @
4213d191
...
...
@@ -12,13 +12,13 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.4.0-
M1
</version>
<version>
2.4.0-
SNAPSHOT
</version>
<relativePath
/>
</parent>
<properties>
<java.version>
1.8
</java.version>
<spring-cloud-function.version>
3.1.0-
M2
</spring-cloud-function.version>
<spring-cloud-function.version>
3.1.0-
SNAPSHOT
</spring-cloud-function.version>
<wrapper.version>
1.0.17.RELEASE
</wrapper.version>
</properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-kotlin/pom.xml
+
1
-
1
View file @
4213d191
...
...
@@ -12,7 +12,7 @@
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-function-parent
</artifactId>
<version>
3.1.0-
M2
</version>
<version>
3.1.0-
SNAPSHOT
</version>
</parent>
<dependencies>
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment