Skip to content

Commit

Permalink
Hard-coded revision
Browse files Browse the repository at this point in the history
  • Loading branch information
erict875 committed Dec 1, 2023
1 parent 01e0f5b commit 79ead1d
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
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>0.3</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>0.3</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>0.3</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>0.3</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>0.3</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>0.3</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>0.3</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>0.3</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>0.3</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>0.3</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>0.3</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>0.3</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>0.3</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>0.3</version>
<version>0.3.1</version>
</parent>

<artifactId>nostr-java-ws</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>0.3</version>
<version>0.3.1</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 79ead1d

Please sign in to comment.