Skip to content

Commit

Permalink
Update Generated POM info of the artifacts
Browse files Browse the repository at this point in the history
Closes gh-28
  • Loading branch information
rainboyan committed Dec 27, 2024
1 parent 47f7261 commit 4c7eaf1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions asset-pipeline-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ publishing {
pom.withXml {
asNode().children().last() + {
resolveStrategy = Closure.DELEGATE_FIRST
name 'Asset Pipeline Core'
description 'JVM Asset Pipeline library for serving static web assets, bundling, minifying, and extensibility for transpiling.'
name 'Grace Asset Pipeline Core'
description 'Grace Asset Pipeline library for serving static web assets, bundling, minifying, and extensibility for transpiling.'
url 'https://github.com/grace-plugins/grace-asset-pipeline'
scm {
url 'https://github.com/grace-plugins/grace-asset-pipeline'
Expand Down
4 changes: 2 additions & 2 deletions asset-pipeline-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ group = 'org.graceframework.plugins'

ext.isReleaseVersion = !version.endsWith('SNAPSHOT')
ext.pomInfo = {
delegate.name 'asset-pipeline-gradle'
delegate.description 'JVM Asset Pipeline Gradle Adapter.'
delegate.name 'Asset Pipeline Gradle Plugin'
delegate.description 'Grace Asset Pipeline Gradle Plugin'
delegate.url 'https://github.com/grace-plugins/grace-asset-pipeline'

delegate.licenses {
Expand Down
4 changes: 2 additions & 2 deletions asset-pipeline-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ publishing {
pom.withXml {
asNode().children().last() + {
resolveStrategy = Closure.DELEGATE_FIRST
name 'Asset Pipeline Plugin'
description 'The Grace Asset-Pipeling plugin providing asset transpiling to grace.'
name 'Grace Asset Pipeline Plugin'
description 'The Grace Asset-Pipeling plugin providing asset transpiling to Grace.'
url 'https://github.com/grace-plugins/grace-asset-pipeline'
scm {
url 'https://github.com/grace-plugins/grace-asset-pipeline'
Expand Down

0 comments on commit 4c7eaf1

Please sign in to comment.