Skip to content

Commit

Permalink
Merge branch 'main' into #185_update_crypto_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Feb 28, 2024
2 parents 45b0c5f + cbbd9ec commit f5b85cd
Show file tree
Hide file tree
Showing 6,688 changed files with 704,906 additions and 475,574 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<executions>
<execution>
<id>validate</id>
Expand Down Expand Up @@ -134,7 +134,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
<version>3.1.18</version>
<version>3.1.19</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/site/assets/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ RedirectMatch /static/1.1.0(.*) /static/current$1
RedirectMatch /static/1.0.0-incubating(.*) /static/current$1

# latest
RedirectMatch /static/current(.*) /static/1.13.0$1
RedirectMatch /static/latest(.*) /static/1.13.0$1
RedirectMatch /static/current(.*) /static/2.0.0$1
RedirectMatch /static/latest(.*) /static/2.0.0$1
277 changes: 0 additions & 277 deletions src/site/assets/static/1.13.0/apidocs/Quickstart.html

This file was deleted.

Loading

0 comments on commit f5b85cd

Please sign in to comment.