Skip to content

Commit

Permalink
Updated release info
Browse files Browse the repository at this point in the history
  • Loading branch information
sbglasius committed Oct 16, 2024
1 parent 02fd0e8 commit 3975cfe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ publishing {
artifact javadocJar

pom {
name = 'Release Demo'
description = 'Release Demo for the GPC'
url = 'https://github.com/gpc/release-demo'
name = 'grails-cache-guava'
description = 'The guava cache provides a simple in memory cache with maximal capacity and TTL.'
url = 'https://github.com/gpc/grails-cache-guava'
licenses {
license {
name = 'The Apache License, Version 2.0'
Expand All @@ -93,9 +93,9 @@ publishing {
}
}
scm {
connection = 'scm:git:git://github.com/gpc/release-demo.git'
developerConnection = 'scm:git:https://github.com/gpc/release-demo.git'
url = 'https://github.com/gpc/release-demo'
connection = 'scm:git:git://github.com/gpc/grails-cache-guava.git'
developerConnection = 'scm:git:https://github.com/gpc/grails-cache-guava.git'
url = 'https://github.com/gpc/grails-cache-guava'
}
}
}
Expand Down

0 comments on commit 3975cfe

Please sign in to comment.