Skip to content

Commit

Permalink
Fix project names
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Aug 19, 2023
1 parent cb3aa0f commit eb2f921
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ plugins {
id "com.gorylenko.gradle-git-properties" version "2.4.1"
}

description = 'SiteMesh parent POM'

allprojects {
apply plugin: 'maven-publish'
apply plugin: 'java-library'
Expand Down Expand Up @@ -39,7 +37,7 @@ subprojects {
}
}
pom {
name = project.description
name = "${project.name}"
description = 'SiteMesh is a web-page layout and decoration framework and web- application integration framework to aid in creating sites consisting of many pages for which a consistent look/feel, navigation and layout scheme is required.'
url = 'https://github.com/sitemesh/sitemesh3'
licenses {
Expand Down

0 comments on commit eb2f921

Please sign in to comment.