Skip to content

Commit 490bb21

Browse files
committed
Fix up the POM
* Update parent to pom-scijava 33.2.0. * Bump major/minor version in prep for ch.anges * Add founder role to karlduderstadt. * Tidy up whitespace using tidy:pom goal.
1 parent a022a37 commit 490bb21

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>32.0.0-beta-4</version>
8+
<version>33.2.0</version>
99
<relativePath />
1010
</parent>
1111

1212
<artifactId>scripting-python</artifactId>
13-
<version>0.2.1-SNAPSHOT</version>
13+
<version>0.3.0-SNAPSHOT</version>
1414

1515
<name>SciJava Scripting: Python</name>
1616
<description>Python scripting language plugin to be used with PyImageJ.</description>
@@ -47,6 +47,7 @@
4747
<contributor>
4848
<name>Karl Duderstadt</name>
4949
<url>https://imagej.net/people/karlduderstadt</url>
50+
<roles><role>founder</role></roles>
5051
<properties><id>karlduderstadt</id></properties>
5152
</contributor>
5253
</contributors>
@@ -118,6 +119,7 @@
118119
<scope>test</scope>
119120
</dependency>
120121
</dependencies>
122+
121123
<repositories>
122124
<repository>
123125
<id>scijava.public</id>

0 commit comments

Comments
 (0)