Skip to content

Commit

Permalink
Changed dependencies to core 0.9.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sapessi committed Jan 31, 2018
1 parent 64ab945 commit d852cc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws-serverless-java-container-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.amazonaws.serverless</groupId>
<artifactId>aws-serverless-java-container-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion aws-serverless-java-container-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.amazonaws.serverless</groupId>
<artifactId>aws-serverless-java-container-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.sparkjava/spark-core -->
Expand Down
2 changes: 1 addition & 1 deletion aws-serverless-java-container-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.amazonaws.serverless</groupId>
<artifactId>aws-serverless-java-container-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.springframework/spring-webmvc -->
Expand Down

0 comments on commit d852cc5

Please sign in to comment.