Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Script Editor
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Bioimage Analysis
Icy
Extensions
Script Editor
Commits
8032b253
Commit
8032b253
authored
4 years ago
by
Kitwaii
Browse files
Options
Downloads
Patches
Plain Diff
Updated parent version
parent
6439a4ee
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
pom.xml
+14
-21
14 additions, 21 deletions
pom.xml
with
16 additions
and
21 deletions
.gitignore
+
2
−
0
View file @
8032b253
...
...
@@ -5,3 +5,5 @@
*.jar
bin/
target/
.idea/
*.iml
This diff is collapsed.
Click to expand it.
pom.xml
+
14
−
21
View file @
8032b253
...
...
@@ -7,10 +7,10 @@
<parent>
<artifactId>
pom-icy
</artifactId>
<groupId>
org.bioimageanalysis.icy
</groupId>
<version>
1.0.
4
</version>
<version>
1.0.
6
</version>
</parent>
<artifactId>
icy-
script-editor
</artifactId>
<artifactId>
script-editor
</artifactId>
<version>
1.17.0
</version>
<packaging>
jar
</packaging>
...
...
@@ -23,40 +23,33 @@
<dependencies>
<dependency>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
icy-
blocks
</artifactId>
<version>
1.0.1
</version>
<artifactId>
blocks
</artifactId>
<version>
${blocks.version}
</version>
</dependency>
<dependency>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
icy-
javadocparser
</artifactId>
<version>
1.0.1
</version>
<artifactId>
javadocparser
</artifactId>
<version>
${javadocparser.version}
</version>
</dependency>
<dependency>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
icy-
autocomplete
</artifactId>
<version>
2.5.0
</version>
<artifactId>
autocomplete
</artifactId>
<version>
${autocomplete.version}
</version>
</dependency>
<dependency>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
icy-
rsyntaxtextarea
</artifactId>
<version>
2.5.1
</version>
<artifactId>
rsyntaxtextarea
</artifactId>
<version>
${rsyntaxtextarea.version}
</version>
</dependency>
<dependency>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
icy-
rhino
</artifactId>
<version>
1.7.6
</version>
<artifactId>
rhino
</artifactId>
<version>
${rhino.version}
</version>
</dependency>
<dependency>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
icy-
jython
</artifactId>
<version>
2.8.0
</version>
<artifactId>
jython
</artifactId>
<version>
${icy-jython.version}
</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>
icy-prod
</id>
<url>
https://icy-nexus.pasteur.fr/repository/Icy/
</url>
</repository>
</repositories>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment