Skip to content

Commit

Permalink
add repo
Browse files Browse the repository at this point in the history
  • Loading branch information
yamelsenih committed May 14, 2024
1 parent 9ae9404 commit 818372d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

ext {
libraryRepo = "https://maven.pkg.github.com/Systemhaus-Westfalia/lsv-general"
libraryRepo = "https://maven.pkg.github.com/Systemhaus-Westfalia/shw-customizations"
patchVersion = System.getenv("ADEMPIERE_LIBRARY_VERSION") ?: "local-1.0.1"
baseVersion = "3.9.4.001"
baseGroupId = "io.github.adempiere"
Expand Down Expand Up @@ -100,8 +100,8 @@ publishing {
version = patchVersion
from components.java
pom {
name = 'Localización El Salvador General'
description = 'Localización para El salvador General de Systemhaus Westfalia'
name = 'Localización El Salvador (General)'
description = 'Localización para El salvador (General) de Systemhaus Westfalia'
url = 'http://adempiere.io/'
licenses {
license {
Expand Down

0 comments on commit 818372d

Please sign in to comment.