Skip to content

Commit b70cb99

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent e287af9 commit b70cb99

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Unreleased
2+
3+
## Added
4+
5+
## Fixed
6+
7+
## Changed
8+
19
# 1.6.93 (2025-02-28 / be9c357)
210

311
## Fixed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>lambdaisland</groupId>
55
<artifactId>funnel</artifactId>
6-
<version>1.5.85</version>
6+
<version>1.6.93</version>
77
<name>funnel</name>
88
<description>Transit-over-WebSocket Message Hub</description>
99
<url>https://github.com/lambdaisland/funnel</url>
@@ -25,7 +25,7 @@
2525
<url>https://github.com/lambdaisland/funnel</url>
2626
<connection>scm:git:git://github.com/lambdaisland/funnel.git</connection>
2727
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/funnel.git</developerConnection>
28-
<tag>3d271b62dcdb27ba64a22d33d8e5223d9cb6d624</tag>
28+
<tag>e287af9f50236ab5f4fd7226e67d434c7dce1ad3</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -86,7 +86,7 @@
8686
<configuration>
8787
<archive>
8888
<manifestEntries>
89-
<git-revision>3d271b62dcdb27ba64a22d33d8e5223d9cb6d624</git-revision>
89+
<git-revision>e287af9f50236ab5f4fd7226e67d434c7dce1ad3</git-revision>
9090
</manifestEntries>
9191
</archive>
9292
</configuration>

0 commit comments

Comments
 (0)