Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Model_PSILAROBSE
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_PSILAROBSE
Compare revisions
649ade4203def2cb7f6af5756655b447240f7675 to 18faaf95302698f49e6e4374469abc6069a3f4f5
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_PSILAROBSE
Select target project
No results found
18faaf95302698f49e6e4374469abc6069a3f4f5
Select Git revision
Branches
main
release
Tags
v1.1.0
v1.1.1
v1.1.10
v1.1.11
v1.1.12
v1.1.13
v1.1.14
v1.1.2
v1.1.3
v1.1.4
v1.1.5
v1.1.6
v1.1.7
v1.1.8
v1.1.9
17 results
Swap
Target
VIPS/models/java/Model_PSILAROBSE
Select target project
VIPS/models/java/Model_PSILAROBSE
1 result
649ade4203def2cb7f6af5756655b447240f7675
Select Git revision
Branches
main
release
Tags
v1.1.0
v1.1.1
v1.1.10
v1.1.11
v1.1.12
v1.1.13
v1.1.14
v1.1.2
v1.1.3
v1.1.4
v1.1.5
v1.1.6
v1.1.7
v1.1.8
v1.1.9
17 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 3.0.0
· 3392a9e6
Tor-Einar Skog
authored
5 months ago
3392a9e6
[ci skip] Merge branch 'main' into release
· d3d8dab4
Tor-Einar Skog
authored
5 months ago
d3d8dab4
[ci skip] Set release version 1.1.9
· 8a8c9c43
Tor-Einar Skog
authored
5 months ago
8a8c9c43
[ci skip] Merge branch 'release' into main
· b9cfcf5e
Tor-Einar Skog
authored
5 months ago
b9cfcf5e
[ci skip] Set snapshot version 1.1.10-SNAPSHOT
· 18faaf95
Tor-Einar Skog
authored
5 months ago
18faaf95
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 @
18faaf95
...
...
@@ -11,14 +11,14 @@
<groupId>
no.nibio.vips.model
</groupId>
<artifactId>
PsilaRosaeObservationModel
</artifactId>
<version>
1.1.
9
-SNAPSHOT
</version>
<version>
1.1.
10
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<dependencies>
<dependency>
<groupId>
no.nibio.vips
</groupId>
<artifactId>
VIPSCommon
</artifactId>
<version>
2.1.1
</version>
<version>
3.0.0
</version>
</dependency>
<dependency>
<groupId>
junit
</groupId>
...
...
This diff is collapsed.
Click to expand it.