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
4dfbbc8d78409994e43200b0769e9126630a29bb to e3025304c41a9e03391a63fd3f4fb60e0d9391e0
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
e3025304c41a9e03391a63fd3f4fb60e0d9391e0
Select Git revision
Swap
Target
VIPS/models/java/model_daydegrees
Select target project
VIPS/models/java/model_daydegrees
1 result
4dfbbc8d78409994e43200b0769e9126630a29bb
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] 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
[ci skip] Merge branch 'release' into main
· cbc194a9
Lene Wasskog
authored
1 month ago
cbc194a9
[ci skip] Set snapshot version 0.1.5-SNAPSHOT
· e3025304
Lene Wasskog
authored
1 month ago
e3025304
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 @
e3025304
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<groupId>
no.nibio.vips.model
</groupId>
<groupId>
no.nibio.vips.model
</groupId>
<artifactId>
DayDegreesModel
</artifactId>
<artifactId>
DayDegreesModel
</artifactId>
<version>
0.1.
4
-SNAPSHOT
</version>
<version>
0.1.
5
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<dependencies>
<dependencies>
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<dependency>
<dependency>
<groupId>
no.nibio.vips
</groupId>
<groupId>
no.nibio.vips
</groupId>
<artifactId>
VIPSCommon
</artifactId>
<artifactId>
VIPSCommon
</artifactId>
<version>
3.0.
2
</version>
<version>
3.0.
3
</version>
<scope>
provided
</scope>
<scope>
provided
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
This diff is collapsed.
Click to expand it.