File tree 5 files changed +12
-12
lines changed
aws-serverless-java-container-core
aws-serverless-java-container-jersey
aws-serverless-java-container-spark
aws-serverless-java-container-spring
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 6
6
<name >AWS Serverless Java container support - Core</name >
7
7
<description >Allows Java applications written for a servlet container to run in AWS Lambda</description >
8
8
<url >https://aws.amazon.com/lambda</url >
9
- <version >0.8-SNAPSHOT </version >
9
+ <version >0.8</version >
10
10
11
11
<parent >
12
12
<groupId >com.amazonaws.serverless</groupId >
13
13
<artifactId >aws-serverless-java-container</artifactId >
14
- <version >0.8-SNAPSHOT </version >
14
+ <version >0.8</version >
15
15
</parent >
16
16
17
17
<dependencies >
Original file line number Diff line number Diff line change 6
6
<name >AWS Serverless Java container support - Jersey implementation</name >
7
7
<description >Allows Java applications written for Jersey to run in AWS Lambda</description >
8
8
<url >https://aws.amazon.com/lambda</url >
9
- <version >0.8-SNAPSHOT </version >
9
+ <version >0.8</version >
10
10
11
11
<parent >
12
12
<groupId >com.amazonaws.serverless</groupId >
13
13
<artifactId >aws-serverless-java-container</artifactId >
14
- <version >0.8-SNAPSHOT </version >
14
+ <version >0.8</version >
15
15
</parent >
16
16
17
17
<properties >
23
23
<dependency >
24
24
<groupId >com.amazonaws.serverless</groupId >
25
25
<artifactId >aws-serverless-java-container-core</artifactId >
26
- <version >0.8-SNAPSHOT </version >
26
+ <version >0.8</version >
27
27
</dependency >
28
28
29
29
<!-- https://mvnrepository.com/artifact/org.glassfish.jersey.core/jersey-server -->
Original file line number Diff line number Diff line change 6
6
<name >AWS Serverless Java container support - Spark implementation</name >
7
7
<description >Allows Java applications written for Spark to run in AWS Lambda</description >
8
8
<url >https://aws.amazon.com/lambda</url >
9
- <version >0.8-SNAPSHOT </version >
9
+ <version >0.8</version >
10
10
11
11
<parent >
12
12
<groupId >com.amazonaws.serverless</groupId >
13
13
<artifactId >aws-serverless-java-container</artifactId >
14
- <version >0.8-SNAPSHOT </version >
14
+ <version >0.8</version >
15
15
</parent >
16
16
17
17
<properties >
23
23
<dependency >
24
24
<groupId >com.amazonaws.serverless</groupId >
25
25
<artifactId >aws-serverless-java-container-core</artifactId >
26
- <version >0.8-SNAPSHOT </version >
26
+ <version >0.8</version >
27
27
</dependency >
28
28
29
29
<!-- https://mvnrepository.com/artifact/com.sparkjava/spark-core -->
Original file line number Diff line number Diff line change 6
6
<name >AWS Serverless Java container support - Spring implementation</name >
7
7
<description >Allows Java applications written for the Spring framework to run in AWS Lambda</description >
8
8
<url >https://aws.amazon.com/lambda</url >
9
- <version >0.8-SNAPSHOT </version >
9
+ <version >0.8</version >
10
10
11
11
<parent >
12
12
<groupId >com.amazonaws.serverless</groupId >
13
13
<artifactId >aws-serverless-java-container</artifactId >
14
- <version >0.8-SNAPSHOT </version >
14
+ <version >0.8</version >
15
15
</parent >
16
16
17
17
<properties >
23
23
<dependency >
24
24
<groupId >com.amazonaws.serverless</groupId >
25
25
<artifactId >aws-serverless-java-container-core</artifactId >
26
- <version >0.8-SNAPSHOT </version >
26
+ <version >0.8</version >
27
27
</dependency >
28
28
29
29
<!-- https://mvnrepository.com/artifact/org.springframework/spring-webmvc -->
Original file line number Diff line number Diff line change 4
4
<groupId >com.amazonaws.serverless</groupId >
5
5
<artifactId >aws-serverless-java-container</artifactId >
6
6
<packaging >pom</packaging >
7
- <version >0.8-SNAPSHOT </version >
7
+ <version >0.8</version >
8
8
<name >AWS Serverless Java container</name >
9
9
10
10
<!-- https://mvnrepository.com/artifact/org.sonatype.oss/oss-parent -->
You can’t perform that action at this time.
0 commit comments