Skip to content

Commit

Permalink
Update version number to 1.20.6 across multiple files
Browse files Browse the repository at this point in the history
The version number for the dependency 'solanaj-programs' has been updated from 1.20.5 to 1.20.6 in multiple POM and README files. This includes the artifact versions in the '`serum`, `pyth`, `metaplex`, `mango`, `phoenix`, `magiceden`, `bonfida`, `openbook`, and `zeta` modules, ensuring consistency and conformity to the latest version.
  • Loading branch information
skynetcap committed Dec 25, 2023
1 parent f5f3b4a commit d5b8e41
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bonfida/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>solanaj-programs</artifactId>
<groupId>com.mmorrell</groupId>
<version>1.20.5</version>
<version>1.20.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion magiceden/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>solanaj-programs</artifactId>
<groupId>com.mmorrell</groupId>
<version>1.20.5</version>
<version>1.20.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion mango/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>solanaj-programs</artifactId>
<groupId>com.mmorrell</groupId>
<version>1.20.5</version>
<version>1.20.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion metaplex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>solanaj-programs</artifactId>
<groupId>com.mmorrell</groupId>
<version>1.20.5</version>
<version>1.20.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion openbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A SolanaJ module for interfacing with the OpenBook v2 DEX.
<dependency>
<groupId>com.mmorrell</groupId>
<artifactId>openbook</artifactId>
<version>1.20.5</version>
<version>1.20.6</version>
</dependency>
```
## Code Examples
Expand Down
2 changes: 1 addition & 1 deletion openbook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>solanaj-programs</artifactId>
<groupId>com.mmorrell</groupId>
<version>1.20.5</version>
<version>1.20.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion phoenix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A SolanaJ module for interfacing with the Ellipsis Phoenix DEX.
<dependency>
<groupId>com.mmorrell</groupId>
<artifactId>openbook</artifactId>
<version>1.20.5</version>
<version>1.20.6</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions phoenix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.mmorrell</groupId>
<artifactId>solanaj-programs</artifactId>
<version>1.20.5</version>
<version>1.20.6</version>
</parent>

<artifactId>phoenix</artifactId>
Expand All @@ -20,13 +20,13 @@
<dependency>
<groupId>com.mmorrell</groupId>
<artifactId>serum</artifactId>
<version>1.20.5</version>
<version>1.20.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.mmorrell</groupId>
<artifactId>metaplex</artifactId>
<version>1.20.5</version>
<version>1.20.6</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.mmorrell</groupId>
<artifactId>solanaj-programs</artifactId>
<packaging>pom</packaging>
<version>1.20.5</version>
<version>1.20.6</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Program libraries for SolanaJ, a library for Solana RPC</description>
<url>https://github.com/skynetcap/solanaj-programs</url>
Expand Down
2 changes: 1 addition & 1 deletion pyth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A SolanaJ module for interfacing with Pyth.
<dependency>
<groupId>com.mmorrell</groupId>
<artifactId>solanaj-programs</artifactId>
<version>1.20.5</version>
<version>1.20.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pyth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>solanaj-programs</artifactId>
<groupId>com.mmorrell</groupId>
<version>1.20.5</version>
<version>1.20.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion serum/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>solanaj-programs</artifactId>
<groupId>com.mmorrell</groupId>
<version>1.20.5</version>
<version>1.20.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion zeta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>solanaj-programs</artifactId>
<groupId>com.mmorrell</groupId>
<version>1.20.5</version>
<version>1.20.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit d5b8e41

Please sign in to comment.