File tree Expand file tree Collapse file tree 9 files changed +24
-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 9 files changed +24
-28
lines changed Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.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/xsd/maven-4.0.0.xsd" >
32 <modelVersion >4.0.0</modelVersion >
43
54 <parent >
65 <groupId >com.amazonaws.serverless</groupId >
76 <artifactId >aws-serverless-java-container</artifactId >
8- <version >1.0-SNAPSHOT </version >
7+ <version >1.0</version >
98 </parent >
109
1110 <groupId >com.amazonaws.serverless.archetypes</groupId >
1211 <artifactId >aws-serverless-jersey-archetype</artifactId >
13- <version >1.0-SNAPSHOT </version >
12+ <version >1.0.1 </version >
1413 <packaging >maven-archetype</packaging >
1514
1615 <scm >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.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/xsd/maven-4.0.0.xsd" >
32 <modelVersion >4.0.0</modelVersion >
43
54 <parent >
65 <groupId >com.amazonaws.serverless</groupId >
76 <artifactId >aws-serverless-java-container</artifactId >
8- <version >1.0-SNAPSHOT </version >
7+ <version >1.0</version >
98 </parent >
109
1110 <groupId >com.amazonaws.serverless.archetypes</groupId >
1211 <artifactId >aws-serverless-spark-archetype</artifactId >
13- <version >1.0-SNAPSHOT </version >
12+ <version >1.0.1 </version >
1413 <packaging >maven-archetype</packaging >
1514
1615 <scm >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.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/xsd/maven-4.0.0.xsd" >
32 <modelVersion >4.0.0</modelVersion >
43
54 <parent >
65 <groupId >com.amazonaws.serverless</groupId >
76 <artifactId >aws-serverless-java-container</artifactId >
8- <version >1.0-SNAPSHOT </version >
7+ <version >1.0</version >
98 </parent >
109
1110 <groupId >com.amazonaws.serverless.archetypes</groupId >
1211 <artifactId >aws-serverless-spring-archetype</artifactId >
13- <version >1.0-SNAPSHOT </version >
12+ <version >1.0.1 </version >
1413 <packaging >maven-archetype</packaging >
1514
1615 <scm >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.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/xsd/maven-4.0.0.xsd" >
32 <modelVersion >4.0.0</modelVersion >
43
54 <parent >
65 <groupId >com.amazonaws.serverless</groupId >
76 <artifactId >aws-serverless-java-container</artifactId >
8- <version >1.0-SNAPSHOT </version >
7+ <version >1.0</version >
98 </parent >
109
1110 <groupId >com.amazonaws.serverless.archetypes</groupId >
1211 <artifactId >aws-serverless-springboot-archetype</artifactId >
13- <version >1.0-SNAPSHOT </version >
12+ <version >1.0.1 </version >
1413 <packaging >maven-archetype</packaging >
1514
1615 <scm >
Original file line number Diff line number Diff line change 66 <name >AWS Serverless Java container support - Core</name >
77 <description >Allows Java applications written for a servlet container to run in AWS Lambda</description >
88 <url >https://aws.amazon.com/lambda</url >
9- <version >1.0-SNAPSHOT </version >
9+ <version >1.0</version >
1010
1111 <parent >
1212 <groupId >com.amazonaws.serverless</groupId >
1313 <artifactId >aws-serverless-java-container</artifactId >
14- <version >1.0-SNAPSHOT </version >
14+ <version >1.0</version >
1515 </parent >
1616
1717 <properties >
Original file line number Diff line number Diff line change 66 <name >AWS Serverless Java container support - Jersey implementation</name >
77 <description >Allows Java applications written for Jersey to run in AWS Lambda</description >
88 <url >https://aws.amazon.com/lambda</url >
9- <version >1.0-SNAPSHOT </version >
9+ <version >1.0</version >
1010
1111 <parent >
1212 <groupId >com.amazonaws.serverless</groupId >
1313 <artifactId >aws-serverless-java-container</artifactId >
14- <version >1.0-SNAPSHOT </version >
14+ <version >1.0</version >
1515 </parent >
1616
1717 <properties >
2323 <dependency >
2424 <groupId >com.amazonaws.serverless</groupId >
2525 <artifactId >aws-serverless-java-container-core</artifactId >
26- <version >1.0-SNAPSHOT </version >
26+ <version >1.0</version >
2727 <exclusions >
2828 <exclusion >
2929 <groupId >com.fasterxml.jackson.core</groupId >
Original file line number Diff line number Diff line change 66 <name >AWS Serverless Java container support - Spark implementation</name >
77 <description >Allows Java applications written for Spark to run in AWS Lambda</description >
88 <url >https://aws.amazon.com/lambda</url >
9- <version >1.0-SNAPSHOT </version >
9+ <version >1.0</version >
1010
1111 <parent >
1212 <groupId >com.amazonaws.serverless</groupId >
1313 <artifactId >aws-serverless-java-container</artifactId >
14- <version >1.0-SNAPSHOT </version >
14+ <version >1.0</version >
1515 </parent >
1616
1717 <properties >
2323 <dependency >
2424 <groupId >com.amazonaws.serverless</groupId >
2525 <artifactId >aws-serverless-java-container-core</artifactId >
26- <version >1.0-SNAPSHOT </version >
26+ <version >1.0</version >
2727 </dependency >
2828
2929 <!-- https://mvnrepository.com/artifact/com.sparkjava/spark-core -->
Original file line number Diff line number Diff line change 66 <name >AWS Serverless Java container support - Spring implementation</name >
77 <description >Allows Java applications written for the Spring framework to run in AWS Lambda</description >
88 <url >https://aws.amazon.com/lambda</url >
9- <version >1.0-SNAPSHOT </version >
9+ <version >1.0</version >
1010
1111 <parent >
1212 <groupId >com.amazonaws.serverless</groupId >
1313 <artifactId >aws-serverless-java-container</artifactId >
14- <version >1.0-SNAPSHOT </version >
14+ <version >1.0</version >
1515 </parent >
1616
1717 <properties >
2525 <dependency >
2626 <groupId >com.amazonaws.serverless</groupId >
2727 <artifactId >aws-serverless-java-container-core</artifactId >
28- <version >1.0-SNAPSHOT </version >
28+ <version >1.0</version >
2929 </dependency >
3030
3131 <!-- https://mvnrepository.com/artifact/org.springframework/spring-webmvc -->
Original file line number Diff line number Diff line change 44 <groupId >com.amazonaws.serverless</groupId >
55 <artifactId >aws-serverless-java-container</artifactId >
66 <packaging >pom</packaging >
7- <version >1.0-SNAPSHOT </version >
7+ <version >1.0</version >
88 <name >AWS Serverless Java container</name >
99
1010 <!-- https://mvnrepository.com/artifact/org.sonatype.oss/oss-parent -->
You can’t perform that action at this time.
0 commit comments