Skip to content

Commit 66bbaa3

Browse files
committed
Fix parent version in emails/pom.xml to 10.0.0-SNAPSHOT
1 parent b766990 commit 66bbaa3

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

emails/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.restheart</groupId>
77
<artifactId>restheart-parent</artifactId>
8-
<version>9.6.1-SNAPSHOT</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.restheart</groupId>

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66

77
<groupId>org.restheart</groupId>
88
<artifactId>restheart-parent</artifactId>
9-
<<<<<<< HEAD
109
<version>10.0.0-SNAPSHOT</version>
11-
=======
12-
<version>9.6.1-SNAPSHOT</version>
13-
>>>>>>> 9.x
1410
<packaging>pom</packaging>
1511

1612
<description>RESTHeart - Low code platform for cloud-native HTTP microservices.</description>

0 commit comments

Comments
 (0)