Skip to content

Commit

Permalink
Merge pull request #27 from davidradl/release-1.1
Browse files Browse the repository at this point in the history
release 1.1
  • Loading branch information
davidradl authored Apr 5, 2023
2 parents 16ccd7e + 536edee commit b150277
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,19 @@ configurations.all {
}

group = 'org.odpi.egeria'
version = '1.1-SNAPSHOT'
version = '1.1'
ext.name = 'Egeria OMRS Caching Connector'
description = 'Egeria OMRS Caching Connector, all OMRS requests will be routed to the embedded OMRS connectinenctor to store (cache).'

description = 'Egeria OMRS Caching Connector, all OMRS requests will be routed to the embedded OMRS connector to store (cache).'
apply plugin: 'maven-publish'
ext {
egeriaversion = '4.0-SNAPSHOT'
egeriaversion = '4.0'
}

dependencies {

implementation platform("org.odpi.egeria:egeria:${egeriaversion}")
compileOnly "org.odpi.egeria:open-connector-framework"
compileOnly "org.odpi.egeria:audit-log-framework"
compileOnly "org.odpi.egeria:repository-services"
compileOnly "org.odpi.egeria:repository-services-apis"
compileOnly "com.fasterxml.jackson.core:jackson-annotations"
compileOnly "org.slf4j:slf4j-api"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import org.odpi.openmetadata.frameworks.auditlog.messagesets.ExceptionMessageDefinition;
import org.odpi.openmetadata.frameworks.auditlog.messagesets.ExceptionMessageSet;

@SuppressWarnings("ImmutableEnumChecker")
public enum CachingOMRSErrorCode implements ExceptionMessageSet {

INVALID_PARAMETER_EXCEPTION(400, "OMRS-CACHING-REPOSITORY-400-001 ",
Expand Down

0 comments on commit b150277

Please sign in to comment.