File tree Expand file tree Collapse file tree 5 files changed +13
-13
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 +13
-13
lines changed 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 >0.6-SNAPSHOT </version >
9+ <version >0.6</version >
1010
1111 <parent >
1212 <groupId >com.amazonaws.serverless</groupId >
1313 <artifactId >aws-serverless-java-container</artifactId >
14- <version >0.6-SNAPSHOT </version >
14+ <version >0.6</version >
1515 </parent >
1616
1717 <dependencies >
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 >0.6-SNAPSHOT </version >
9+ <version >0.6</version >
1010
1111 <parent >
1212 <groupId >com.amazonaws.serverless</groupId >
1313 <artifactId >aws-serverless-java-container</artifactId >
14- <version >0.6-SNAPSHOT </version >
14+ <version >0.6</version >
1515 </parent >
1616
1717 <properties >
2323 <dependency >
2424 <groupId >com.amazonaws.serverless</groupId >
2525 <artifactId >aws-serverless-java-container-core</artifactId >
26- <version >0.6-SNAPSHOT </version >
26+ <version >0.6</version >
2727 </dependency >
2828
2929 <!-- https://mvnrepository.com/artifact/org.glassfish.jersey.core/jersey-server -->
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 >0.6-SNAPSHOT </version >
9+ <version >0.6</version >
1010
1111 <parent >
1212 <groupId >com.amazonaws.serverless</groupId >
1313 <artifactId >aws-serverless-java-container</artifactId >
14- <version >0.6-SNAPSHOT </version >
14+ <version >0.6</version >
1515 </parent >
1616
1717 <properties >
2323 <dependency >
2424 <groupId >com.amazonaws.serverless</groupId >
2525 <artifactId >aws-serverless-java-container-core</artifactId >
26- <version >0.6-SNAPSHOT </version >
26+ <version >0.6</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 >0.6-SNAPSHOT </version >
9+ <version >0.6</version >
1010
1111 <parent >
1212 <groupId >com.amazonaws.serverless</groupId >
1313 <artifactId >aws-serverless-java-container</artifactId >
14- <version >0.6-SNAPSHOT </version >
14+ <version >0.6</version >
1515 </parent >
1616
1717 <properties >
2323 <dependency >
2424 <groupId >com.amazonaws.serverless</groupId >
2525 <artifactId >aws-serverless-java-container-core</artifactId >
26- <version >0.6-SNAPSHOT </version >
26+ <version >0.6</version >
2727 </dependency >
2828
2929 <!-- 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 >0.6-SNAPSHOT </version >
7+ <version >0.6</version >
88 <name >AWS Serverless Java container</name >
99
1010 <!-- https://mvnrepository.com/artifact/org.sonatype.oss/oss-parent -->
6060 <id >enforce</id >
6161 <configuration >
6262 <rules >
63- <dependencyConvergence />
63+ <dependencyConvergence />
6464 </rules >
6565 </configuration >
6666 <goals >
You can’t perform that action at this time.
0 commit comments