Skip to content

Commit 31fd9c6

Browse files
committed
POM: bump version to 1.0.0-SNAPSHOT
It's past time to start deploying SciJava components like this one to Maven Central!
1 parent d6918c0 commit 31fd9c6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>scripting-java</artifactId>
13-
<version>0.4.2-SNAPSHOT</version>
13+
<version>1.0.0-SNAPSHOT</version>
1414

1515
<name>SciJava Scripting: Java</name>
1616
<description>JSR-223-compliant Java scripting language plugin.</description>
@@ -97,9 +97,6 @@
9797
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
9898
Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
9999

100-
<!-- NB: Deploy releases to the SciJava Maven repository. -->
101-
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>
102-
103100
<classgraph.version>4.8.172</classgraph.version>
104101
</properties>
105102

0 commit comments

Comments
 (0)