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
0d00b43492121cea43f6a08116e8e1e26f52a249 to 02c688cb24640758bbf5885585abaa0e42ca8026
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
02c688cb24640758bbf5885585abaa0e42ca8026
Select Git revision
Loading items
Swap
Target
ozg-cloud/lib/api-lib
Select target project
ozg-cloud/lib/api-lib
1 result
0d00b43492121cea43f6a08116e8e1e26f52a249
Select Git revision
Loading items
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
release version 0.21.0
· 916166e0
OZGCloud
authored
1 month ago
916166e0
start development 0.22.0
· 02c688cb
OZGCloud
authored
1 month ago
02c688cb
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 @
02c688cb
...
...
@@ -30,7 +30,7 @@
<parent>
<groupId>
de.ozgcloud.api-lib
</groupId>
<artifactId>
api-lib-parent
</artifactId>
<version>
0.2
1
.0-SNAPSHOT
</version>
<version>
0.2
2
.0-SNAPSHOT
</version>
</parent>
<artifactId>
api-lib-core
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
api-lib-demo/pom.xml
View file @
02c688cb
...
...
@@ -30,7 +30,7 @@
<parent>
<groupId>
de.ozgcloud.api-lib
</groupId>
<artifactId>
api-lib-parent
</artifactId>
<version>
0.2
1
.0-SNAPSHOT
</version>
<version>
0.2
2
.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 @
02c688cb
...
...
@@ -30,7 +30,7 @@
<parent>
<groupId>
de.ozgcloud.api-lib
</groupId>
<artifactId>
api-lib-parent
</artifactId>
<version>
0.2
1
.0-SNAPSHOT
</version>
<version>
0.2
2
.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 @
02c688cb
...
...
@@ -38,7 +38,7 @@
<groupId>
de.ozgcloud.api-lib
</groupId>
<artifactId>
api-lib-parent
</artifactId>
<version>
0.2
1
.0-SNAPSHOT
</version>
<version>
0.2
2
.0-SNAPSHOT
</version>
<description>
Library project to use the OZG-Cloud API
</description>
<inceptionYear>
2023
</inceptionYear>
...
...
This diff is collapsed.
Click to expand it.