Skip to content

Commit

Permalink
fix: Changed Maven version range to resolve both SNAPSHOTs and releas…
Browse files Browse the repository at this point in the history
…ed versions

* pom.xml missing references fix

* Using version range

* revert  maven shade downgrade

---------

Co-authored-by: João Neves <[email protected]>
  • Loading branch information
Neves97 and João Neves authored Jan 24, 2024
1 parent cfc214f commit 1b4a659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/springboot3/pet-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.amazonaws.serverless</groupId>
<artifactId>aws-serverless-java-container-springboot3</artifactId>
<version>[2.0-SNAPSHOT,)</version>
<version>[2.0.0-SNAPSHOT,),[2.0.0-M1,)</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 1b4a659

Please sign in to comment.