File tree Expand file tree Collapse file tree 5 files changed +17
-28
lines changed
aws-serverless-java-container-core
aws-serverless-java-container-jersey
aws-serverless-java-container-spark
aws-serverless-java-container-spring Expand file tree Collapse file tree 5 files changed +17
-28
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <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/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<artifactId >aws-serverless-java-container-core</artifactId >
8
6
<name >AWS Serverless Java container support - Core</name >
9
7
<description >Allows Java applications written for a servlet container to run in AWS Lambda</description >
10
8
<url >https://aws.amazon.com/lambda</url >
11
- <version >0.2-SNAPSHOT </version >
9
+ <version >0.2</version >
12
10
13
11
<parent >
14
12
<groupId >com.amazonaws.serverless</groupId >
15
13
<artifactId >aws-serverless-java-container</artifactId >
16
- <version >0.2-SNAPSHOT </version >
14
+ <version >0.2</version >
17
15
</parent >
18
16
19
17
<dependencies >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <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/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<artifactId >aws-serverless-java-container-jersey</artifactId >
8
6
<name >AWS Serverless Java container support - Jersey implementation</name >
9
7
<description >Allows Java applications written for Jersey to run in AWS Lambda</description >
10
8
<url >https://aws.amazon.com/lambda</url >
11
- <version >0.2-SNAPSHOT </version >
9
+ <version >0.2</version >
12
10
13
11
<parent >
14
12
<groupId >com.amazonaws.serverless</groupId >
15
13
<artifactId >aws-serverless-java-container</artifactId >
16
- <version >0.2-SNAPSHOT </version >
14
+ <version >0.2</version >
17
15
</parent >
18
16
19
17
<properties >
26
24
<dependency >
27
25
<groupId >com.amazonaws.serverless</groupId >
28
26
<artifactId >aws-serverless-java-container-core</artifactId >
29
- <version >0.2-SNAPSHOT </version >
27
+ <version >0.2</version >
30
28
</dependency >
31
29
32
30
<!-- https://mvnrepository.com/artifact/org.glassfish.jersey.core/jersey-server -->
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <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/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<artifactId >aws-serverless-java-container-spark</artifactId >
8
6
<name >AWS Serverless Java container support - Spark implementation</name >
9
7
<description >Allows Java applications written for Spark to run in AWS Lambda</description >
10
8
<url >https://aws.amazon.com/lambda</url >
11
- <version >0.2-SNAPSHOT </version >
9
+ <version >0.2</version >
12
10
13
11
<parent >
14
12
<groupId >com.amazonaws.serverless</groupId >
15
13
<artifactId >aws-serverless-java-container</artifactId >
16
- <version >0.2-SNAPSHOT </version >
14
+ <version >0.2</version >
17
15
</parent >
18
16
19
17
<properties >
26
24
<dependency >
27
25
<groupId >com.amazonaws.serverless</groupId >
28
26
<artifactId >aws-serverless-java-container-core</artifactId >
29
- <version >0.2-SNAPSHOT </version >
27
+ <version >0.2</version >
30
28
</dependency >
31
29
32
30
<!-- https://mvnrepository.com/artifact/com.sparkjava/spark-core -->
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <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/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<artifactId >aws-serverless-java-container-spring</artifactId >
8
6
<name >AWS Serverless Java container support - Spring implementation</name >
9
7
<description >Allows Java applications written for the Spring framework to run in AWS Lambda</description >
10
8
<url >https://aws.amazon.com/lambda</url >
11
- <version >0.2-SNAPSHOT </version >
9
+ <version >0.2</version >
12
10
13
11
<parent >
14
12
<groupId >com.amazonaws.serverless</groupId >
15
13
<artifactId >aws-serverless-java-container</artifactId >
16
- <version >0.2-SNAPSHOT </version >
14
+ <version >0.2</version >
17
15
</parent >
18
16
19
17
<properties >
26
24
<dependency >
27
25
<groupId >com.amazonaws.serverless</groupId >
28
26
<artifactId >aws-serverless-java-container-core</artifactId >
29
- <version >0.2-SNAPSHOT </version >
27
+ <version >0.2</version >
30
28
</dependency >
31
29
32
30
<!-- https://mvnrepository.com/artifact/org.springframework/spring-webmvc -->
Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0
4
- http://maven.apache.org/maven-v4_0_0.xsd" >
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" >
5
2
<modelVersion >4.0.0</modelVersion >
6
3
7
4
<groupId >com.amazonaws.serverless</groupId >
8
5
<artifactId >aws-serverless-java-container</artifactId >
9
6
<packaging >pom</packaging >
10
- <version >0.2-SNAPSHOT </version >
7
+ <version >0.2</version >
11
8
<name >AWS Serverless Java container</name >
12
9
13
10
<!-- https://mvnrepository.com/artifact/org.sonatype.oss/oss-parent -->
You can’t perform that action at this time.
0 commit comments