Skip to content

Commit 665481a

Browse files
authored
Update script-editor dependency
Now that the script editor v0.7.1 has been released (i.e., it is listed at https://maven.scijava.org/) we no longer need to rely on SNAPSHOT versions and we no longer need to disable the enforcer This should allow a proper release
1 parent 767326d commit 665481a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@
113113
<antlr-runtime.version>3.5.2</antlr-runtime.version>
114114

115115
<!-- TEMP: Until pom-scijava 32.0.0 is released and used here. -->
116-
<script-editor.version>0.7.1-SNAPSHOT</script-editor.version>
117-
<enforcer.skip>true</enforcer.skip> <!-- ONLY while depending on a SNAPSHOT -->
116+
<script-editor.version>0.7.1</script-editor.version>
118117
</properties>
119118

120119
<dependencies>

0 commit comments

Comments
 (0)