Skip to content

Commit

Permalink
MSAL license gets set in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Dec 15, 2024
1 parent dc1a582 commit 148c5f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<name>Moderne Source Available License</name>
<url>https://docs.moderne.io/licensing/moderne-source-available-license</url>
</license>
</licenses>

Expand Down Expand Up @@ -492,7 +492,6 @@
<!-- 4.6 is the last version supporting Java 8 -->
<version>4.6</version>
<configuration>
<verbose>true</verbose>
<defaultProperties>
<project.inceptionYear>2020</project.inceptionYear>
</defaultProperties>
Expand Down

0 comments on commit 148c5f6

Please sign in to comment.