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