Skip to content

Commit

Permalink
minor fluffing
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellblazer committed Dec 3, 2023
1 parent 658937c commit 75a49bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion domain-epoll/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>domain-epoll</artifactId>
<name>Domain EPoll</name>
<name>Domain Sockets EPoll</name>
<description>Linux Unix Domain Socket Support</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion domain-kqueue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>apollo.app</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<name>Domain KQueue</name>
<name>Domain Sockets KQueue</name>
<description>Mac/OSx Unix Domain Socket Support</description>
<artifactId>domain-kqueue</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions domain-sockets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>domain-sockets</artifactId>
<name>Domain Sockets</name>
<description>Domain Socket Access Interface</description>

<dependencies>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty</artifactId>
</dependency>

</dependencies>

</project>

0 comments on commit 75a49bc

Please sign in to comment.