Skip to content

Commit

Permalink
Update parent to org.scijava:pom-scijava:14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Mar 9, 2017
1 parent 6e2c687 commit 260e198
Showing 1 changed file with 23 additions and 25 deletions.
48 changes: 23 additions & 25 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId>
<version>9.0.0</version>
<version>14.0.0</version>
<relativePath />
</parent>

Expand All @@ -14,7 +14,12 @@

<name>SciJava Plugins: Text: Plain</name>
<description>Core text format plugin for plain text.</description>
<url>https://imagej.net/SciJava Plugins: Text: Plain</url>
<inceptionYear>2010</inceptionYear>
<organization>
<name>SciJava</name>
<url>https://scijava.org/</url>
</organization>
<licenses>
<license>
<name>Simplified BSD License</name>
Expand Down Expand Up @@ -46,6 +51,16 @@
</contributor>
</contributors>

<mailingLists>
<mailingList>
<name>SciJava</name>
<subscribe>https://groups.google.com/group/scijava</subscribe>
<unsubscribe>https://groups.google.com/group/scijava</unsubscribe>
<post>scijava.com</post>
<archive>https://groups.google.com/group/scijava</archive>
</mailingList>
</mailingLists>

<scm>
<connection>scm:git:git://github.com/scijava/scijava-plugins-text-plain</connection>
<developerConnection>scm:git:git@github.com:scijava/scijava-plugins-text-plain</developerConnection>
Expand All @@ -61,6 +76,13 @@
<url>https://travis-ci.org/scijava/scijava-plugins-text-plain</url>
</ciManagement>

<properties>
<package-name>org.scijava.plugins.text.plain</package-name>
<license.licenseName>bsd_2</license.licenseName>
<license.copyrightOwners>Board of Regents of the University of
Wisconsin-Madison.</license.copyrightOwners>
</properties>

<dependencies>
<!-- SciJava dependencies -->
<dependency>
Expand All @@ -75,28 +97,4 @@
<version>3.1</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<packageName>org.scijava.plugins.text.plain</packageName>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<configuration>
<licenseName>bsd_2</licenseName>
<organizationName>Board of Regents of the University of
Wisconsin-Madison.</organizationName>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 260e198

Please sign in to comment.