Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 9, 2022
1 parent 1e40db8 commit 6ee6a03
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ For huge public repositories you can adjust memory limit and even size of used t

```bash
# Launching a standalone JAR file
$ java -Xmx16M -jar reposilite-3.0.0.jar
$ java -Xmx16M -jar reposilite-3.0.1.jar

# Using a Docker
$ docker pull dzikoysk/reposilite:3.0.0
$ docker pull dzikoysk/reposilite:3.0.1
```

Visit official guide to read more about extra parameters and configuration details.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
reposilite:
image: reposilite:3.0.0
image: reposilite:3.0.1
build:
context: .
dockerfile: Dockerfile
Expand Down
32 changes: 16 additions & 16 deletions reposilite-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion reposilite-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reposilite-frontend",
"version": "3.0.0",
"version": "3.0.1",
"repository": "https://github.com/dzikoysk/reposilite",
"license": "Apache-2.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion reposilite-site/data/guides/developers/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Raw JSON scheme:
"info": {
"title": "Reposilite Repository",
"description": "Public Maven repository hosted through the Reposilite",
"version": "3.0.0"
"version": "3.0.1"
},
"paths": {
"/api/console/sock": {
Expand Down
2 changes: 1 addition & 1 deletion reposilite-site/data/guides/developers/plugin-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ application {
}

dependencies {
compileOnly("com.reposilite:reposilite:3.0.0")
compileOnly("com.reposilite:reposilite:3.0.1")
}

tasks.withType<ShadowJar> {
Expand Down
4 changes: 2 additions & 2 deletions reposilite-site/data/guides/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Reposilite defines two types of builds:
First of all, you have to pull the image:

```yaml
# released builds, e.g. 3.0.0
$ docker pull dzikoysk/reposilite:3.0.0
# released builds, e.g. 3.0.1
$ docker pull dzikoysk/reposilite:3.0.1

# nightly builds
$ docker pull dzikoysk/reposilite:nightly
Expand Down
2 changes: 1 addition & 1 deletion reposilite-site/data/plugins/javadoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Javadoc file is extracted during the first request to `$working-directory/javado
To access javadocs, you have to visit `repo.domain.com/javadoc/<gav>`.
For instance, using Reposilite Javadocs:

* [panda-lang repository / reposilite-3.0.0 javadocs](https://maven.reposilite.com/javadoc/releases/com/reposilite/reposilite/3.0.0/)
* [panda-lang repository / reposilite-3.0.1 javadocs](https://maven.reposilite.com/javadoc/releases/com/reposilite/reposilite/3.0.1/)

0 comments on commit 6ee6a03

Please sign in to comment.