Skip to content

Commit

Permalink
Merge branch 'main' into carstenartur-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur authored Dec 8, 2024
2 parents 2f4892b + 8c7dcc5 commit d3a19dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@
<url>https://download.eclipse.org/technology/swtbot/releases/latest/</url>
</repository>-->
</repositories>
<build>
<plugins>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.4.0</version>
<configuration>
<licenseName>gpl_v3</licenseName>
<licenseName>epl_v2</licenseName>
<organizationName>hammer</organizationName>
<verbose>true</verbose>
<inceptionYear>2024</inceptionYear>
Expand All @@ -105,7 +105,7 @@
<phase>process-sources</phase>
</execution>
</executions>
</plugin>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
Expand Down

0 comments on commit d3a19dd

Please sign in to comment.