Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Model_APPLESCABM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIPS
Models
Java
Model_APPLESCABM
Compare revisions
b1efa798f3230a6890774235e2e3159ece8d9be4 to c39de4571184b552135157d124141d9af53ddddc
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
VIPS/models/java/Model_APPLESCABM
Select target project
No results found
c39de4571184b552135157d124141d9af53ddddc
Select Git revision
Branches
main
release
Tags
v1.0.1
v1.1.0
v1.1.1
v1.1.10
v1.1.11
v1.1.12
v1.1.13
v1.1.14
v1.1.15
v1.1.16
v1.1.2
v1.1.3
v1.1.4
v1.1.5
v1.1.6
v1.1.7
v1.1.8
v1.1.9
20 results
Swap
Target
VIPS/models/java/Model_APPLESCABM
Select target project
VIPS/models/java/Model_APPLESCABM
1 result
b1efa798f3230a6890774235e2e3159ece8d9be4
Select Git revision
Branches
main
release
Tags
v1.0.1
v1.1.0
v1.1.1
v1.1.10
v1.1.11
v1.1.12
v1.1.13
v1.1.14
v1.1.15
v1.1.16
v1.1.2
v1.1.3
v1.1.4
v1.1.5
v1.1.6
v1.1.7
v1.1.8
v1.1.9
20 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (5)
[ci skip] New VIPSCommon version 2.1.1
· dfbb9e0c
Brita Linnestad
authored
1 year ago
dfbb9e0c
[ci skip] Merge branch 'main' into release
· 27fdafb8
Brita Linnestad
authored
1 year ago
27fdafb8
[ci skip] Set release version 1.1.8
· d215656a
Brita Linnestad
authored
1 year ago
d215656a
[ci skip] Merge branch 'release' into main
· 31bee5b1
Brita Linnestad
authored
1 year ago
31bee5b1
[ci skip] Set snapshot version 1.1.9-SNAPSHOT
· c39de457
Brita Linnestad
authored
1 year ago
c39de457
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+2
-2
2 additions, 2 deletions
pom.xml
with
2 additions
and
2 deletions
pom.xml
View file @
c39de457
...
...
@@ -10,7 +10,7 @@
<groupId>
no.nibio.vips.model
</groupId>
<artifactId>
AppleScabModel
</artifactId>
<version>
1.1.
8
-SNAPSHOT
</version>
<version>
1.1.
9
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<dependencies>
...
...
@@ -23,7 +23,7 @@
<dependency>
<groupId>
no.nibio.vips
</groupId>
<artifactId>
VIPSCommon
</artifactId>
<version>
2.1.
0
</version>
<version>
2.1.
1
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
...
...
This diff is collapsed.
Click to expand it.