Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Model_DAYDEGREES
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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_DAYDEGREES
Compare revisions
9a3789ff2d48d0032b0f633bd309e391edcbd02a to b269cffa04a2fa31eca20162bcf5506e3b7106e5
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_daydegrees
Select target project
No results found
b269cffa04a2fa31eca20162bcf5506e3b7106e5
Select Git revision
Swap
Target
VIPS/models/java/model_daydegrees
Select target project
VIPS/models/java/model_daydegrees
1 result
9a3789ff2d48d0032b0f633bd309e391edcbd02a
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (5)
[ci skip] Merge branch 'release' into main
· 3e717182
Lene Wasskog
authored
1 month ago
3e717182
[ci skip] Set snapshot version 0.1.4-SNAPSHOT
· 4dfbbc8d
Lene Wasskog
authored
1 month ago
4dfbbc8d
[ci skip] New VIPSCommon version 3.0.3
· d67db774
Lene Wasskog
authored
1 month ago
d67db774
[ci skip] Merge branch 'main' into release
· c15098af
Lene Wasskog
authored
1 month ago
c15098af
[ci skip] Set release version 0.1.4
· b269cffa
Lene Wasskog
authored
1 month ago
b269cffa
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 @
b269cffa
...
...
@@ -10,7 +10,7 @@
<groupId>
no.nibio.vips.model
</groupId>
<artifactId>
DayDegreesModel
</artifactId>
<version>
0.1.
3
</version>
<version>
0.1.
4
</version>
<packaging>
jar
</packaging>
<dependencies>
...
...
@@ -23,7 +23,7 @@
<dependency>
<groupId>
no.nibio.vips
</groupId>
<artifactId>
VIPSCommon
</artifactId>
<version>
3.0.
2
</version>
<version>
3.0.
3
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
...
...
This diff is collapsed.
Click to expand it.