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
098c10a80e3a70fb3b7c0c569be031b4587fc756 to 6109852382da1396b0448d60b332c2c1e5808251
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
6109852382da1396b0448d60b332c2c1e5808251
Select Git revision
Swap
Target
VIPS/models/java/model_daydegrees
Select target project
VIPS/models/java/model_daydegrees
1 result
098c10a80e3a70fb3b7c0c569be031b4587fc756
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (4)
[ci skip] Merge branch 'release' into main
· 7168847f
Brita Linnestad
authored
1 year ago
7168847f
[ci skip] Set snapshot version 0.1.3-SNAPSHOT
· 998182ce
Brita Linnestad
authored
1 year ago
998182ce
build: Upgrade vips-parent-pom and VIPSCommon
· 560dcb25
Lene Wasskog
authored
1 month ago
560dcb25
Merge branch 'main' into release
· 61098523
Lene Wasskog
authored
1 month ago
61098523
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+3
-3
3 additions, 3 deletions
pom.xml
with
3 additions
and
3 deletions
pom.xml
View file @
61098523
...
...
@@ -5,12 +5,12 @@
<parent>
<groupId>
no.nibio.vips
</groupId>
<artifactId>
vips-parent-pom
</artifactId>
<version>
1.1.
0
</version>
<version>
1.1.
3
</version>
</parent>
<groupId>
no.nibio.vips.model
</groupId>
<artifactId>
DayDegreesModel
</artifactId>
<version>
0.1.
2
</version>
<version>
0.1.
3-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>
3.0.2
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
...
...
This diff is collapsed.
Click to expand it.