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
bafaf54020d4e323a5cb63f79fbd11237d54fb17 to 0d00b43492121cea43f6a08116e8e1e26f52a249
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
0d00b43492121cea43f6a08116e8e1e26f52a249
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
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
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
release version 0.20.0
· 3e5acea5
OZGCloud
authored
1 month ago
3e5acea5
start development 0.21.0
· 0d00b434
OZGCloud
authored
1 month ago
0d00b434
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 @
0d00b434
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<parent>
<parent>
<groupId>
de.ozgcloud.api-lib
</groupId>
<groupId>
de.ozgcloud.api-lib
</groupId>
<artifactId>
api-lib-parent
</artifactId>
<artifactId>
api-lib-parent
</artifactId>
<version>
0.2
0
.0-SNAPSHOT
</version>
<version>
0.2
1
.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
api-lib-core
</artifactId>
<artifactId>
api-lib-core
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
api-lib-demo/pom.xml
View file @
0d00b434
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<parent>
<parent>
<groupId>
de.ozgcloud.api-lib
</groupId>
<groupId>
de.ozgcloud.api-lib
</groupId>
<artifactId>
api-lib-parent
</artifactId>
<artifactId>
api-lib-parent
</artifactId>
<version>
0.2
0
.0-SNAPSHOT
</version>
<version>
0.2
1
.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
api-lib-demo
</artifactId>
<artifactId>
api-lib-demo
</artifactId>
<inceptionYear>
2023
</inceptionYear>
<inceptionYear>
2023
</inceptionYear>
...
...
This diff is collapsed.
Click to expand it.
ozg-cloud-spring-boot-starter/pom.xml
View file @
0d00b434
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<parent>
<parent>
<groupId>
de.ozgcloud.api-lib
</groupId>
<groupId>
de.ozgcloud.api-lib
</groupId>
<artifactId>
api-lib-parent
</artifactId>
<artifactId>
api-lib-parent
</artifactId>
<version>
0.2
0
.0-SNAPSHOT
</version>
<version>
0.2
1
.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
ozg-cloud-spring-boot-starter
</artifactId>
<artifactId>
ozg-cloud-spring-boot-starter
</artifactId>
<inceptionYear>
2023
</inceptionYear>
<inceptionYear>
2023
</inceptionYear>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
View file @
0d00b434
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
<groupId>
de.ozgcloud.api-lib
</groupId>
<groupId>
de.ozgcloud.api-lib
</groupId>
<artifactId>
api-lib-parent
</artifactId>
<artifactId>
api-lib-parent
</artifactId>
<version>
0.2
0
.0-SNAPSHOT
</version>
<version>
0.2
1
.0-SNAPSHOT
</version>
<description>
Library project to use the OZG-Cloud API
</description>
<description>
Library project to use the OZG-Cloud API
</description>
<inceptionYear>
2023
</inceptionYear>
<inceptionYear>
2023
</inceptionYear>
...
...
This diff is collapsed.
Click to expand it.