Skip to content

Commit

Permalink
Correct POM url
Browse files Browse the repository at this point in the history
Closes gh-16
  • Loading branch information
rainboyan committed Nov 13, 2024
1 parent c3faee2 commit daf194a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions asset-pipeline-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ext.isReleaseVersion = !version.endsWith('SNAPSHOT')
ext.pomInfo = {
delegate.name 'asset-pipeline-gradle'
delegate.description 'JVM Asset Pipeline Gradle Adapter.'
delegate.url 'https://github.com/grace-plugins/asset-pipeline'
delegate.url 'https://github.com/grace-plugins/grace-asset-pipeline'

delegate.licenses {
delegate.license {
Expand All @@ -35,9 +35,9 @@ ext.pomInfo = {
}

delegate.scm {
delegate.url 'scm:[email protected]:grace-plugins/asset-pipeline.git'
delegate.connection 'scm:[email protected]:grace-plugins/asset-pipeline.git'
delegate.developerConnection 'scm:[email protected]:grace-plugins/asset-pipeline.git'
delegate.url 'scm:[email protected]:grace-plugins/grace-asset-pipeline.git'
delegate.connection 'scm:[email protected]:grace-plugins/grace-asset-pipeline.git'
delegate.developerConnection 'scm:[email protected]:grace-plugins/grace-asset-pipeline.git'
}

delegate.developers {
Expand Down

0 comments on commit daf194a

Please sign in to comment.