Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
api-lib
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
lib
api-lib
Compare revisions
a1748f036d1fa67f37f840eca030ec46ffa79380 to bafaf54020d4e323a5cb63f79fbd11237d54fb17
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ozg-cloud/lib/api-lib
Select target project
No results found
bafaf54020d4e323a5cb63f79fbd11237d54fb17
Select Git revision
Branches
main
release
Tags
0.10.0
0.11.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
0.21.0
0.3.0
0.4.0
0.4.1
0.4.2
0.5.0
0.6.0
0.7.0
0.8.0
0.9.0
22 results
Swap
Target
ozg-cloud/lib/api-lib
Select target project
ozg-cloud/lib/api-lib
1 result
a1748f036d1fa67f37f840eca030ec46ffa79380
Select Git revision
Branches
main
release
Tags
0.10.0
0.11.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
0.21.0
0.3.0
0.4.0
0.4.1
0.4.2
0.5.0
0.6.0
0.7.0
0.8.0
0.9.0
22 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
release version 0.19.0
· 338239c8
OZGCloud
authored
2 months ago
338239c8
start development 0.20.0
· bafaf540
OZGCloud
authored
2 months ago
bafaf540
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
api-lib-core/pom.xml
+1
-1
1 addition, 1 deletion
api-lib-core/pom.xml
api-lib-demo/pom.xml
+1
-1
1 addition, 1 deletion
api-lib-demo/pom.xml
ozg-cloud-spring-boot-starter/pom.xml
+1
-1
1 addition, 1 deletion
ozg-cloud-spring-boot-starter/pom.xml
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
with
4 additions
and
4 deletions
api-lib-core/pom.xml
View file @
bafaf540
...
...
@@ -30,7 +30,7 @@
<parent>
<groupId>
de.ozgcloud.api-lib
</groupId>
<artifactId>
api-lib-parent
</artifactId>
<version>
0.
19
.0-SNAPSHOT
</version>
<version>
0.
20
.0-SNAPSHOT
</version>
</parent>
<artifactId>
api-lib-core
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
api-lib-demo/pom.xml
View file @
bafaf540
...
...
@@ -30,7 +30,7 @@
<parent>
<groupId>
de.ozgcloud.api-lib
</groupId>
<artifactId>
api-lib-parent
</artifactId>
<version>
0.
19
.0-SNAPSHOT
</version>
<version>
0.
20
.0-SNAPSHOT
</version>
</parent>
<artifactId>
api-lib-demo
</artifactId>
<inceptionYear>
2023
</inceptionYear>
...
...
This diff is collapsed.
Click to expand it.
ozg-cloud-spring-boot-starter/pom.xml
View file @
bafaf540
...
...
@@ -30,7 +30,7 @@
<parent>
<groupId>
de.ozgcloud.api-lib
</groupId>
<artifactId>
api-lib-parent
</artifactId>
<version>
0.
19
.0-SNAPSHOT
</version>
<version>
0.
20
.0-SNAPSHOT
</version>
</parent>
<artifactId>
ozg-cloud-spring-boot-starter
</artifactId>
<inceptionYear>
2023
</inceptionYear>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
View file @
bafaf540
...
...
@@ -38,7 +38,7 @@
<groupId>
de.ozgcloud.api-lib
</groupId>
<artifactId>
api-lib-parent
</artifactId>
<version>
0.
19
.0-SNAPSHOT
</version>
<version>
0.
20
.0-SNAPSHOT
</version>
<description>
Library project to use the OZG-Cloud API
</description>
<inceptionYear>
2023
</inceptionYear>
...
...
This diff is collapsed.
Click to expand it.