|
5 | 5 | <parent> |
6 | 6 | <groupId>org.scijava</groupId> |
7 | 7 | <artifactId>pom-scijava</artifactId> |
8 | | - <version>10.4.1</version> |
| 8 | + <version>12.0.0</version> |
9 | 9 | <relativePath /> |
10 | 10 | </parent> |
11 | 11 |
|
|
16 | 16 | <description>JSR-223-compliant JRuby 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> |
|
52 | 56 | </contributor> |
53 | 57 | </contributors> |
54 | 58 |
|
| 59 | + <mailingLists> |
| 60 | + <mailingList> |
| 61 | + <name>SciJava</name> |
| 62 | + <subscribe>https://groups.google.com/group/scijava</subscribe> |
| 63 | + <unsubscribe>https://groups.google.com/group/scijava</unsubscribe> |
| 64 | + <post>scijava.com</post> |
| 65 | + <archive>https://groups.google.com/group/scijava</archive> |
| 66 | + </mailingList> |
| 67 | + </mailingLists> |
| 68 | + |
55 | 69 | <scm> |
56 | 70 | <connection>scm:git:git://github.com/scijava/scripting-jruby</connection> |
57 | 71 | < developerConnection>scm:git: [email protected]:scijava/scripting-jruby</ developerConnection> |
|
67 | 81 | <url>http://jenkins.imagej.net/job/scripting-JRuby/</url> |
68 | 82 | </ciManagement> |
69 | 83 |
|
| 84 | + <properties> |
| 85 | + <package-name>org.scijava.plugins.scripting.jruby</package-name> |
| 86 | + <license.licenseName>bsd_2</license.licenseName> |
| 87 | + <license.copyrightOwners>Board of Regents of the University of |
| 88 | +Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck |
| 89 | +Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners> |
| 90 | + </properties> |
| 91 | + |
70 | 92 | <dependencies> |
71 | 93 | <!-- SciJava dependencies --> |
72 | 94 | <dependency> |
|
93 | 115 | <scope>test</scope> |
94 | 116 | </dependency> |
95 | 117 | </dependencies> |
96 | | - |
97 | | - <build> |
98 | | - <plugins> |
99 | | - <plugin> |
100 | | - <artifactId>maven-jar-plugin</artifactId> |
101 | | - <configuration> |
102 | | - <archive> |
103 | | - <manifest> |
104 | | - <packageName>org.scijava.plugins.scripting.jruby</packageName> |
105 | | - </manifest> |
106 | | - </archive> |
107 | | - </configuration> |
108 | | - </plugin> |
109 | | - <plugin> |
110 | | - <groupId>org.codehaus.mojo</groupId> |
111 | | - <artifactId>license-maven-plugin</artifactId> |
112 | | - <configuration> |
113 | | - <licenseName>bsd_2</licenseName> |
114 | | - <organizationName>Board of Regents of the University of |
115 | | -Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck |
116 | | -Institute of Molecular Cell Biology and Genetics.</organizationName> |
117 | | - </configuration> |
118 | | - </plugin> |
119 | | - </plugins> |
120 | | - </build> |
121 | 118 | </project> |
0 commit comments