Skip to content

Commit

Permalink
change license to BSD #58
Browse files Browse the repository at this point in the history
  • Loading branch information
jerronjames committed Jun 4, 2015
1 parent 3ae553e commit 810c174
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.cflint</groupId>
<artifactId>CFLint</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>

<name>CFLint</name>
<description>
Expand Down Expand Up @@ -37,10 +37,10 @@

<licenses>
<license>
<name>GNU General Lesser Public License (LGPL) version 3.0</name>
<url>http://www.gnu.org/licenses/lgpl.txt</url>
<distribution>repo</distribution>
</license>
<name>The New BSD License</name>
<url>http://www.opensource.org/licenses/bsd-license.html</url>
<distribution>repo</distribution>
</license>
</licenses>

<dependencies>
Expand Down Expand Up @@ -202,7 +202,7 @@
</execution>
</executions>
</plugin>
<plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
Expand All @@ -215,7 +215,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
Expand All @@ -232,7 +232,7 @@
</goals>
<phase>process-sources</phase>
<configuration>
<licenseName>lgpl_v3</licenseName>
<licenseName>bsd_2</licenseName>
<roots>
<root>src/main/java</root>
<root>src/test</root>
Expand Down Expand Up @@ -385,9 +385,9 @@
</profiles>

<!-- Sonatype: mvn clean package -->
<!-- Sonatype: mvn verify gpg:sign -->
<!-- Sonatype: mvn deploy -->
<!-- Sonatype: mvn nexus-staging:release -->
<!-- Sonatype: mvn verify gpg:sign -DskipTests -->
<!-- Sonatype: mvn deploy -DskipTests -->
<!-- Sonatype: mvn nexus-staging:release -DskipTests -->
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down

0 comments on commit 810c174

Please sign in to comment.