|
5 | 5 | <parent> |
6 | 6 | <groupId>org.scijava</groupId> |
7 | 7 | <artifactId>pom-scijava</artifactId> |
8 | | - <version>10.1.0</version> |
| 8 | + <version>12.0.0</version> |
9 | 9 | <relativePath /> |
10 | 10 | </parent> |
11 | 11 |
|
|
16 | 16 | <description>JSR-223-compliant Java scripting language plugin.</description> |
17 | 17 | <url>http://scijava.org/</url> |
18 | 18 | <inceptionYear>2008</inceptionYear> |
| 19 | + <organization> |
| 20 | + <name>SciJava</name> |
| 21 | + <url>http://scijava.org/</url> |
| 22 | + </organization> |
19 | 23 | <licenses> |
20 | 24 | <license> |
21 | 25 | <name>Simplified BSD License</name> |
|
61 | 65 | </contributor> |
62 | 66 | </contributors> |
63 | 67 |
|
| 68 | + <mailingLists> |
| 69 | + <mailingList> |
| 70 | + <name>SciJava</name> |
| 71 | + <subscribe>https://groups.google.com/group/scijava</subscribe> |
| 72 | + <unsubscribe>https://groups.google.com/group/scijava</unsubscribe> |
| 73 | + <post>scijava.com</post> |
| 74 | + <archive>https://groups.google.com/group/scijava</archive> |
| 75 | + </mailingList> |
| 76 | + </mailingLists> |
| 77 | + |
64 | 78 | <scm> |
65 | 79 | <connection>scm:git:git://github.com/scijava/scripting-java</connection> |
66 | 80 | < developerConnection>scm:git: [email protected]:scijava/scripting-java</ developerConnection> |
|
77 | 91 | </ciManagement> |
78 | 92 |
|
79 | 93 | <properties> |
80 | | - <scijava.jvm.version>1.8</scijava.jvm.version> |
| 94 | + <package-name>org.scijava.plugins.scripting.java</package-name> |
| 95 | + <license.licenseName>bsd_2</license.licenseName> |
| 96 | + <license.copyrightOwners>Board of Regents of the University of |
| 97 | +Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck |
| 98 | +Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners> |
81 | 99 | </properties> |
82 | 100 |
|
83 | 101 | <dependencies> |
|
104 | 122 | <scope>test</scope> |
105 | 123 | </dependency> |
106 | 124 | </dependencies> |
107 | | - |
108 | | - <build> |
109 | | - <plugins> |
110 | | - <plugin> |
111 | | - <artifactId>maven-jar-plugin</artifactId> |
112 | | - <configuration> |
113 | | - <archive> |
114 | | - <manifest> |
115 | | - <packageName>org.scijava.plugins.scripting.java</packageName> |
116 | | - </manifest> |
117 | | - </archive> |
118 | | - </configuration> |
119 | | - </plugin> |
120 | | - <plugin> |
121 | | - <groupId>org.codehaus.mojo</groupId> |
122 | | - <artifactId>license-maven-plugin</artifactId> |
123 | | - <configuration> |
124 | | - <licenseName>bsd_2</licenseName> |
125 | | - <organizationName>Board of Regents of the University of |
126 | | -Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck |
127 | | -Institute of Molecular Cell Biology and Genetics.</organizationName> |
128 | | - </configuration> |
129 | | - </plugin> |
130 | | - </plugins> |
131 | | - </build> |
132 | 125 | </project> |
0 commit comments