Skip to content

Commit 394bf66

Browse files
authored
Merge pull request #23 from yyolk/patch-2
update samples' pom.xml bump version to use LATEST
2 parents f09af50 + b1b1a41 commit 394bf66

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

samples/jersey/pet-store/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.amazonaws.serverless</groupId>
3636
<artifactId>aws-serverless-java-container-jersey</artifactId>
37-
<version>0.1</version>
37+
<version>LATEST</version>
3838
</dependency>
3939

4040
<dependency>
@@ -70,4 +70,4 @@
7070
</plugin>
7171
</plugins>
7272
</build>
73-
</project>
73+
</project>

samples/spark/pet-store/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.amazonaws.serverless</groupId>
3636
<artifactId>aws-serverless-java-container-spark</artifactId>
37-
<version>0.1</version>
37+
<version>LATEST</version>
3838
</dependency>
3939

4040
<dependency>
@@ -111,4 +111,4 @@
111111
</plugin>
112112
</plugins>
113113
</build>
114-
</project>
114+
</project>

samples/spring/pet-store/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.amazonaws.serverless</groupId>
3636
<artifactId>aws-serverless-java-container-spring</artifactId>
37-
<version>0.1</version>
37+
<version>LATEST</version>
3838
</dependency>
3939

4040
<dependency>
@@ -87,4 +87,4 @@
8787
</plugin>
8888
</plugins>
8989
</build>
90-
</project>
90+
</project>

0 commit comments

Comments
 (0)