Skip to content

Commit

Permalink
Merge pull request #291 from newrelic/update-license
Browse files Browse the repository at this point in the history
Update license name
  • Loading branch information
IshikaDawda authored Jul 17, 2024
2 parents 8d19dae + a83d332 commit 80ca025
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private static void configureRepo(MavenArtifactRepository repo, String projectVe
private static void configurePom(MavenPom pom) {
pom.getUrl().set("https://github.com/newrelic/csec-java-agent");
pom.licenses(spec -> spec.license(license -> {
license.getName().set("New Relic Pre-Release Software License");
license.getName().set("New Relic Software License, Version 1.0");
license.getUrl().set("https://github.com/newrelic/csec-java-agent/blob/main/LICENSE.md");
license.getDistribution().set("repo");
}));
Expand Down

0 comments on commit 80ca025

Please sign in to comment.