Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Model_ROUGHAGENU
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_ROUGHAGENU
Compare revisions
0875bb86442ad7e7865ba82b31c8682a2d51f109 to 407982e5877021e5e5a1d1df1eb11c98719aef7e
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_ROUGHAGENU
Select target project
No results found
407982e5877021e5e5a1d1df1eb11c98719aef7e
Select Git revision
Branches
ChangeFirstDateForTSCalculation
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.17
v1.1.18
v1.1.19
v1.1.2
v1.1.3
v1.1.4
v1.1.5
v1.1.6
v1.1.7
v1.1.8
v1.1.9
24 results
Swap
Target
VIPS/models/java/Model_ROUGHAGENU
Select target project
VIPS/models/java/Model_ROUGHAGENU
1 result
0875bb86442ad7e7865ba82b31c8682a2d51f109
Select Git revision
Branches
ChangeFirstDateForTSCalculation
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.17
v1.1.18
v1.1.19
v1.1.2
v1.1.3
v1.1.4
v1.1.5
v1.1.6
v1.1.7
v1.1.8
v1.1.9
24 results
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
· d0ddfd2d
Brita Linnestad
authored
2 weeks ago
d0ddfd2d
[ci skip] Set snapshot version 1.1.18-SNAPSHOT
· a09c41c1
Brita Linnestad
authored
2 weeks ago
a09c41c1
[ci skip] New VIPSCommon version 3.0.3
· 4888b829
Brita Linnestad
authored
2 weeks ago
4888b829
[ci skip] Merge branch 'main' into release
· 0e9b258c
Brita Linnestad
authored
2 weeks ago
0e9b258c
[ci skip] Set release version 1.1.18
· 407982e5
Brita Linnestad
authored
2 weeks ago
407982e5
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 @
407982e5
...
...
@@ -10,7 +10,7 @@
<groupId>
no.nibio.vips.model
</groupId>
<artifactId>
RoughageNutritionModel
</artifactId>
<version>
1.1.1
7
</version>
<version>
1.1.1
8
</version>
<packaging>
jar
</packaging>
<repositories>
...
...
@@ -24,7 +24,7 @@
<dependency>
<groupId>
no.nibio.vips
</groupId>
<artifactId>
VIPSCommon
</artifactId>
<version>
3.0.
2
</version>
<version>
3.0.
3
</version>
</dependency>
<dependency>
<groupId>
no.nibio.vips.apache
</groupId>
...
...
This diff is collapsed.
Click to expand it.