Commit 447cf93
committed
Use a better value for the default groupId
This project migrated from ImageJ2, where net.imagej was an intuitive
choice for default groupId. But the project is part of the Scijava
scripting framework now, so a groupId matching that fact makes more
sense.
We use org.scijava.scripting.java, rather than only org.scijava, to
avoid potential name clashes with actual SciJava projects such as
scijava-common, scripting-java, etc.1 parent 1c965a1 commit 447cf93
File tree
3 files changed
+4
-4
lines changed- src
- main/java/org/scijava/plugins/scripting/java
- test/java/org/scijava/plugins/scripting/java
3 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments