Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #41 from mandy-chessell/maintenance
Browse files Browse the repository at this point in the history
Update project name and egeria version
  • Loading branch information
mandy-chessell authored Feb 24, 2023
2 parents f21624e + 26a67e9 commit cd8b382
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ allprojects {
*/

ext {
egeriaversion = '3.15-SNAPSHOT'
egeriaversion = '3.15'
slf4jVersion = '1.7.36'
jacksonVersion = '2.13.3'
jupiterVersion = '5.9.0'
Expand Down Expand Up @@ -138,9 +138,9 @@ allprojects {

// Project information
group = 'org.odpi.egeria'
version = '3.10-SNAPSHOT'
ext.name = 'Egeria API Samples'
description = 'Egeria Samples showing various API calls'
version = '1.0-SNAPSHOT'
ext.name = 'Egeria Developer Projects'
description = 'Egeria utilities and connectors for developers to use and develop further.'


// but allow to fail - warning only - configure only in root, applies to subprojects
Expand Down

0 comments on commit cd8b382

Please sign in to comment.