Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 18, 2022
1 parent c871291 commit 420fafc
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 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.1.jar
$ java -Xmx16M -jar reposilite-3.0.2.jar

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

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.1
image: reposilite:3.0.2
build:
context: .
dockerfile: Dockerfile
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "3.0.2",
"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.1"
"version": "3.0.2"
},
"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.1")
compileOnly("com.reposilite:reposilite:3.0.2")
}

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.1
$ docker pull dzikoysk/reposilite:3.0.1
# released builds, e.g. 3.0.2
$ docker pull dzikoysk/reposilite:3.0.2

# 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.1 javadocs](https://maven.reposilite.com/javadoc/releases/com/reposilite/reposilite/3.0.1/)
* [panda-lang repository / reposilite-3.0.2 javadocs](https://maven.reposilite.com/javadoc/releases/com/reposilite/reposilite/3.0.2/)

0 comments on commit 420fafc

Please sign in to comment.