Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Model_FINNCEREAL
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
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_FINNCEREAL
Compare revisions
fa79282bf57220be27a51224455894fa88d34cf9 to 7f0778cfe70ac1f2d15dd35f5a0b3d9ff09e7f87
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_FINNCEREAL
Select target project
No results found
7f0778cfe70ac1f2d15dd35f5a0b3d9ff09e7f87
Select Git revision
Branches
main
release
Tags
v1.0.0
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.2
v1.1.3
v1.1.4
v1.1.5
v1.1.6
v1.1.7
v1.1.8
v1.1.9
19 results
Swap
Target
VIPS/models/java/Model_FINNCEREAL
Select target project
VIPS/models/java/Model_FINNCEREAL
1 result
fa79282bf57220be27a51224455894fa88d34cf9
Select Git revision
Branches
main
release
Tags
v1.0.0
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.2
v1.1.3
v1.1.4
v1.1.5
v1.1.6
v1.1.7
v1.1.8
v1.1.9
19 results
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
· 9b3b6e77
Lene Wasskog
authored
1 month ago
9b3b6e77
[ci skip] Set snapshot version 1.1.15-SNAPSHOT
· efdf44f6
Lene Wasskog
authored
1 month ago
efdf44f6
build: New parent version, pom cleanup
· 58442432
Lene Wasskog
authored
1 month ago
58442432
Merge branch 'main' into release
· 7f0778cf
Lene Wasskog
authored
1 month ago
7f0778cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+2
-9
2 additions, 9 deletions
pom.xml
with
2 additions
and
9 deletions
pom.xml
View file @
7f0778cf
...
@@ -5,19 +5,12 @@
...
@@ -5,19 +5,12 @@
<parent>
<parent>
<groupId>
no.nibio.vips
</groupId>
<groupId>
no.nibio.vips
</groupId>
<artifactId>
vips-parent-pom
</artifactId>
<artifactId>
vips-parent-pom
</artifactId>
<version>
1.1.
0
</version>
<version>
1.1.
3
</version>
</parent>
</parent>
<groupId>
fi.luke.vips.model
</groupId>
<groupId>
fi.luke.vips.model
</groupId>
<artifactId>
FinnCerealModels
</artifactId>
<artifactId>
FinnCerealModels
</artifactId>
<version>
1.1.14
</version>
<version>
1.1.15-SNAPSHOT
</version>
<repositories>
<repository>
<id>
gitlab-maven
</id>
<url>
https://gitlab.nibio.no/api/v4/projects/401/packages/maven
</url>
</repository>
</repositories>
<build>
<build>
<sourceDirectory>
src/main/java
</sourceDirectory>
<sourceDirectory>
src/main/java
</sourceDirectory>
...
...
This diff is collapsed.
Click to expand it.