Skip to content

Commit

Permalink
Using inherited default SonarQube properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Mar 28, 2023
1 parent 75776be commit ab29a3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions book/pom.xml
Expand Up @@ -50,8 +50,6 @@ along with aoserv-daemon. If not, see <https://www.gnu.org/licenses/>.
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<!-- SonarQube -->
<sonar.projectKey>com.aoapps.platform:aoapps-daemon-book<!-- TODO: ${project.groupId}:${project.artifactId} --></sonar.projectKey>
<sonar.organization>ao-apps</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>

<name>AOServ Daemon Book</name>
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Expand Up @@ -54,8 +54,6 @@ along with aoserv-daemon. If not, see <https://www.gnu.org/licenses/>.
</div>]]></javadoc.modules>
<!-- SonarQube -->
<sonar.projectKey>com.aoapps.platform:aoapps-daemon<!-- TODO: ${project.groupId}:${project.artifactId} --></sonar.projectKey>
<sonar.organization>ao-apps</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<!-- Dependencies -->
<commons-lang3.version>3.12.0</commons-lang3.version>
<gson.version>2.10.1</gson.version>
Expand Down

0 comments on commit ab29a3b

Please sign in to comment.