Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit cd079e0

Browse files
committed
4.0.0
Enforce topic type declaration because type substitution for reference lambdas breaks the topic type at runtime. (Reference lambdas invoking a function, being derived by an interface implemented by an extended superclass of the event tend to cause type confusion.) New ossrh nexus host. New groupid namespace.
1 parent 21baddc commit cd079e0

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TinyEventBus
22

3-
[![maven central](https://maven-badges.herokuapp.com/maven-central/cc.neckbeard/TinyEventBus/badge.svg)](https://search.maven.org/artifact/cc.neckbeard/TinyEventBus) [![LGTM](https://img.shields.io/lgtm/grade/java/github/nothub/TinyEventBus?label=code%20quality&logo=lgtm)](https://lgtm.com/projects/g/nothub/TinyEventBus)
3+
[![maven central](https://maven-badges.herokuapp.com/maven-central/lol.hub/TinyEventBus/badge.svg)](https://search.maven.org/artifact/lol.hub/TinyEventBus) [![LGTM](https://img.shields.io/lgtm/grade/java/github/nothub/TinyEventBus?label=code%20quality&logo=lgtm)](https://lgtm.com/projects/g/nothub/TinyEventBus)
44

55
Tiny and fast pubsub implementation with subscriber priorities and event canceling for Java 8, 11 and 17.
66

pom.xml

+2-9
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>lol.hub</groupId>
88
<artifactId>TinyEventBus</artifactId>
9-
<version>4.0.0-SNAPSHOT</version>
9+
<version>4.0.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>${project.artifactId}</name>
@@ -104,7 +104,7 @@
104104
<extensions>true</extensions>
105105
<configuration>
106106
<serverId>ossrh</serverId>
107-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
107+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
108108
<autoReleaseAfterClose>true</autoReleaseAfterClose>
109109
</configuration>
110110
</plugin>
@@ -153,13 +153,6 @@
153153
</profile>
154154
</profiles>
155155

156-
<distributionManagement>
157-
<snapshotRepository>
158-
<id>ossrh</id>
159-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
160-
</snapshotRepository>
161-
</distributionManagement>
162-
163156
<dependencies>
164157
<dependency>
165158
<groupId>org.jetbrains</groupId>

0 commit comments

Comments
 (0)