|
14 | 14 |
|
15 | 15 | <name>Jython Autocompletion</name> |
16 | 16 | <description>Autocompletion for the jython language in the Script Editor</description> |
17 | | - <url>https://github.com/fiji/jython-autocompletion</url> |
| 17 | + <url>https://github.com/scijava/jython-autocompletion</url> |
18 | 18 | <inceptionYear>2020</inceptionYear> |
19 | 19 | <organization> |
20 | | - <name>Fiji</name> |
21 | | - <url>https://fiji.sc</url> |
| 20 | + <name>SciJava</name> |
| 21 | + <url>https://scijava.org</url> |
22 | 22 | </organization> |
23 | 23 | <licenses> |
24 | 24 | <license> |
|
76 | 76 | </mailingLists> |
77 | 77 |
|
78 | 78 | <scm> |
79 | | - <connection>scm:git:git://github.com/fiji/jython-autocompletion</connection> |
80 | | - <developerConnection>scm:git:git@github.com:fiji/jython-autocompletion</developerConnection> |
| 79 | + <connection>scm:git:git://github.com/scijava/jython-autocompletion</connection> |
| 80 | + <developerConnection>scm:git:git@github.com:scijava/jython-autocompletion</developerConnection> |
81 | 81 | <tag>HEAD</tag> |
82 | | - <url>https://github.com/fiji/jython-autocompletion</url> |
| 82 | + <url>https://github.com/scijava/jython-autocompletion</url> |
83 | 83 | </scm> |
84 | 84 | <issueManagement> |
85 | 85 | <system>GitHub Issues</system> |
86 | | - <url>https://github.com/fiji/jython-autocompletion/issues</url> |
| 86 | + <url>https://github.com/scijava/jython-autocompletion/issues</url> |
87 | 87 | </issueManagement> |
88 | 88 | <ciManagement> |
89 | 89 | <system>GitHub Actions</system> |
90 | | - <url>https://github.com/fiji/jython-autocompletion/actions</url> |
| 90 | + <url>https://github.com/scijava/jython-autocompletion/actions</url> |
91 | 91 | </ciManagement> |
92 | 92 |
|
93 | 93 | <properties> |
94 | | - <package-name>org.fiji.jython.autocompletion</package-name> |
| 94 | + <package-name>org.scijava.jython.autocompletion</package-name> |
95 | 95 | <license.licenseName>gpl_v3</license.licenseName> |
96 | | - <license.copyrightOwners>Albert Cardona</license.copyrightOwners> |
| 96 | + <license.copyrightOwners>SciJava developers.</license.copyrightOwners> |
97 | 97 |
|
98 | 98 | <!-- NB: Deploy releases to the SciJava Maven repository. --> |
99 | 99 | <releaseProfiles>sign,deploy-to-scijava</releaseProfiles> |
|
0 commit comments