Skip to content

Commit 93f8ae0

Browse files
committed
chore: bump version 2.15.0 (#1736)
1 parent f884df8 commit 93f8ae0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.aws.greengrass</groupId>
66
<artifactId>nucleus</artifactId>
7-
<version>2.14.0-SNAPSHOT</version>
7+
<version>2.15.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<licenses>
@@ -858,7 +858,7 @@
858858
<excludedGroups>E2E,E2E-INTRUSIVE</excludedGroups>
859859
<groups></groups>
860860
<greengrassjar.name>Greengrass</greengrassjar.name>
861-
<lastVersion>2.13.0-SNAPSHOT</lastVersion>
861+
<lastVersion>2.14.0-SNAPSHOT</lastVersion>
862862
</properties>
863863
<distributionManagement>
864864
<snapshotRepository>

src/test/greengrass-nucleus-benchmark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.aws.greengrass</groupId>
66
<artifactId>greengrass-nucleus-benchmark</artifactId>
7-
<version>2.14.0-SNAPSHOT</version>
7+
<version>2.15.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>JMH benchmark sample: Java</name>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.aws.greengrass</groupId>
5656
<artifactId>nucleus</artifactId>
57-
<version>2.14.0-SNAPSHOT</version>
57+
<version>2.15.0-SNAPSHOT</version>
5858
</dependency>
5959
</dependencies>
6060

0 commit comments

Comments
 (0)