File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 7
7
paths :
8
8
- " **/src/main/**"
9
9
- " **/pom.xml"
10
- - " .github/workflows/deployment.yml "
10
+ - " .github/workflows/deployment.yaml "
11
11
12
12
jobs :
13
13
deploy :
Original file line number Diff line number Diff line change 9
9
10
10
<parent >
11
11
<groupId >fr.axelop.agnosticserverlessfunctions</groupId >
12
- <artifactId >agnostic-serverless-functions-adapters </artifactId >
12
+ <artifactId >agnostic-serverless-functions</artifactId >
13
13
<version >0.0.1-SNAPSHOT</version >
14
14
</parent >
15
15
16
16
<dependencies >
17
17
<dependency >
18
18
<groupId >fr.axelop.agnosticserverlessfunctions</groupId >
19
19
<artifactId >agnostic-serverless-functions-interfaces</artifactId >
20
- <version >${agnostic.serverless.functions .interfaces.version} </version >
20
+ <version >${agnosticserverlessfunctions .interfaces.version} </version >
21
21
</dependency >
22
22
23
23
<dependency >
Original file line number Diff line number Diff line change 2
2
<project >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<packaging >jar</packaging >
5
- <name >Google Functions Adapter for Agnostic Serverless Functions</name >
5
+ <name >Google Cloud Functions Adapter for Agnostic Serverless Functions</name >
6
6
<groupId >fr.axelop.agnosticserverlessfunctions</groupId >
7
7
<artifactId >agnostic-serverless-functions-gcloud-adapter</artifactId >
8
8
<version >0.0.1-SNAPSHOT</version >
9
9
10
10
<parent >
11
11
<groupId >fr.axelop.agnosticserverlessfunctions</groupId >
12
- <artifactId >agnostic-serverless-functions-adapters </artifactId >
12
+ <artifactId >agnostic-serverless-functions</artifactId >
13
13
<version >0.0.1-SNAPSHOT</version >
14
14
</parent >
15
15
16
16
<dependencies >
17
17
<dependency >
18
18
<groupId >fr.axelop.agnosticserverlessfunctions</groupId >
19
19
<artifactId >agnostic-serverless-functions-interfaces</artifactId >
20
- <version >${agnostic.serverless.functions .interfaces.version} </version >
20
+ <version >${agnosticserverlessfunctions .interfaces.version} </version >
21
21
</dependency >
22
22
23
23
<dependency >
Original file line number Diff line number Diff line change 9
9
10
10
<parent >
11
11
<groupId >fr.axelop.agnosticserverlessfunctions</groupId >
12
- <artifactId >agnostic-serverless-functions-adapters </artifactId >
12
+ <artifactId >agnostic-serverless-functions</artifactId >
13
13
<version >0.0.1-SNAPSHOT</version >
14
14
</parent >
15
15
</project >
Original file line number Diff line number Diff line change 2
2
<project >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<packaging >pom</packaging >
5
- <name >Java Adapters for Agnostic Serverless Functions</name >
5
+ <name >Agnostic Serverless Functions</name >
6
6
<groupId >fr.axelop.agnosticserverlessfunctions</groupId >
7
- <artifactId >agnostic-serverless-functions-adapters </artifactId >
7
+ <artifactId >agnostic-serverless-functions</artifactId >
8
8
<version >0.0.1-SNAPSHOT</version >
9
9
10
10
<modules >
19
19
<java .version>11</java .version>
20
20
<maven .compiler.plugin.version>3.10.1</maven .compiler.plugin.version>
21
21
<maven .jar.plugin.version>3.2.2</maven .jar.plugin.version>
22
- <agnostic .serverless.functions. interfaces.version>0.0.1-SNAPSHOT</agnostic .serverless.functions .interfaces.version>
22
+ <agnosticserverlessfunctions . interfaces.version>0.0.1-SNAPSHOT</agnosticserverlessfunctions .interfaces.version>
23
23
</properties >
24
24
25
25
<url >${github.url} </url >
You can’t perform that action at this time.
0 commit comments