Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixklauke committed Sep 5, 2020
1 parent a58d41f commit deafa4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

subprojects {
group "de.marmeladenoma"
version "0.1.1-SNAPSHOT"
version "0.2.0"

apply plugin: 'java'
apply plugin: 'maven-publish'
Expand All @@ -26,7 +26,7 @@ subprojects {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/marmeladenoma/vilicius")
url = uri("https://maven.pkg.github.com/marmeladenoma")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down

0 comments on commit deafa4e

Please sign in to comment.