Skip to content

Commit

Permalink
Merge pull request #87 from tcheeric/develop
Browse files Browse the repository at this point in the history
0.3.1
  • Loading branch information
tcheeric authored Dec 2, 2023
2 parents db45d65 + 79ead1d commit d5b3575
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 18 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# nostr-java
[![](https://jitpack.io/v/tcheeric/nostr-java.svg)](https://jitpack.io/#tcheeric/nostr-java)

Introducing the nostr-java library, a solution written in java for generating, signing, and publishing nostr events to relays.

For detailed instructions on how to utilise the library, please refer to the [nostr-client](https://github.com/tcheeric/nostr-client/) repository.
2 changes: 1 addition & 1 deletion nostr-java-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>nostr-java</groupId>
<artifactId>nostr-java</artifactId>
<version>${revision}</version>
<version>0.3.1</version>
</parent>
<artifactId>nostr-java-api</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion nostr-java-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>nostr-java</groupId>
<artifactId>nostr-java</artifactId>
<version>${revision}</version>
<version>0.3.1</version>
</parent>

<artifactId>nostr-java-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nostr-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>nostr-java</groupId>
<artifactId>nostr-java</artifactId>
<version>${revision}</version>
<version>0.3.1</version>
</parent>
<artifactId>nostr-java-client</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion nostr-java-crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>nostr-java</groupId>
<artifactId>nostr-java</artifactId>
<version>${revision}</version>
<version>0.3.1</version>
</parent>

<artifactId>nostr-java-crypto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nostr-java-event/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>nostr-java</groupId>
<artifactId>nostr-java</artifactId>
<version>${revision}</version>
<version>0.3.1</version>
</parent>

<artifactId>nostr-java-event</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nostr-java-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>nostr-java</groupId>
<artifactId>nostr-java</artifactId>
<version>${revision}</version>
<version>0.3.1</version>
</parent>

<artifactId>nostr-java-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nostr-java-id/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>nostr-java</groupId>
<artifactId>nostr-java</artifactId>
<version>${revision}</version>
<version>0.3.1</version>
</parent>

<artifactId>nostr-java-id</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nostr-java-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>nostr-java</groupId>
<artifactId>nostr-java</artifactId>
<version>${revision}</version>
<version>0.3.1</version>
</parent>

<artifactId>nostr-java-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nostr-java-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>nostr-java</groupId>
<artifactId>nostr-java</artifactId>
<version>${revision}</version>
<version>0.3.1</version>
</parent>

<artifactId>nostr-java-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nostr-java-ws-handler-command-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nostr-java</groupId>
<artifactId>nostr-java</artifactId>
<version>${revision}</version>
<version>0.3.1</version>
</parent>

<artifactId>nostr-java-ws-handler-command-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nostr-java-ws-handler-interface/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nostr-java</groupId>
<artifactId>nostr-java</artifactId>
<version>${revision}</version>
<version>0.3.1</version>
</parent>

<artifactId>nostr-java-ws-handler-interface</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nostr-java-ws-request-handler-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>nostr-java</groupId>
<artifactId>nostr-java</artifactId>
<version>${revision}</version>
<version>0.3.1</version>
</parent>
<artifactId>nostr-java-ws-request-handler-provider</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion nostr-java-ws-response-handler-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>nostr-java</groupId>
<artifactId>nostr-java</artifactId>
<version>${revision}</version>
<version>0.3.1</version>
</parent>
<artifactId>nostr-java-ws-response-handler-provider</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion nostr-java-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>nostr-java</groupId>
<artifactId>nostr-java</artifactId>
<version>${revision}</version>
<version>0.3.1</version>
</parent>

<artifactId>nostr-java-ws</artifactId>
Expand Down
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>nostr-java</groupId>
<artifactId>nostr-java</artifactId>
<version>${revision}</version>
<version>0.3.1</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -43,9 +43,6 @@
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version>

<!-- Current version of the project -->
<revision>0.3</revision>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit d5b3575

Please sign in to comment.