Skip to content

Commit 1cf0927

Browse files
committed
bump version references for other samples' pom.xml 0.4
1 parent d607e1d commit 1cf0927

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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>0.4</version>
3838
</dependency>
3939

4040
<dependency>
@@ -70,4 +70,4 @@
7070
</plugin>
7171
</plugins>
7272
</build>
73-
</project>
73+
</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>0.4</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)