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 #28 from mandy-chessell/maintenance
Browse files Browse the repository at this point in the history
Move to 3.11-SNAPSHOT
  • Loading branch information
mandy-chessell authored Oct 1, 2022
2 parents 53a5e25 + 7db06ba commit 0c7bfcc
Show file tree
Hide file tree
Showing 15 changed files with 92 additions and 66 deletions.
7 changes: 6 additions & 1 deletion asset-deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>egeria-dev-projects</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.9</version>
<version>3.12</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -30,6 +30,11 @@

<dependencies>

<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>open-connector-framework</artifactId>
</dependency>

<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>it-infrastructure-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion asset-look-up/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>egeria-dev-projects</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.9</version>
<version>3.12</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion asset-set-up/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>egeria-dev-projects</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.9</version>
<version>3.12</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
import org.odpi.openmetadata.accessservices.datamanager.client.ExternalReferenceManagerClient;
import org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager;
import org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager;
import org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager;
import org.odpi.openmetadata.accessservices.communityprofile.properties.ActorProfileProperties;
import org.odpi.openmetadata.accessservices.assetmanager.client.ExternalAssetManagerClient;
import org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager;
import org.odpi.openmetadata.accessservices.governanceprogram.client.GovernanceZoneManager;
import org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceZoneProperties;
import org.odpi.openmetadata.accessservices.itinfrastructure.client.CapabilityManagerClient;
Expand Down Expand Up @@ -47,9 +47,9 @@ public class AssetSetUp
private static final String fileName9 = "sample-data/old-market-drop-foot-weekly-measurements/week4.csv";
private static final String fileName10 = "sample-data/old-market-drop-foot-weekly-measurements/week5.csv";

private String serverName;
private String platformURLRoot;
private String clientUserId;
private final String serverName;
private final String platformURLRoot;
private final String clientUserId;

private AssetConsumer assetConsumerClient = null;
private CSVFileAssetOwner csvOnboardingClient = null;
Expand All @@ -58,9 +58,9 @@ public class AssetSetUp
private DatabaseManagerClient databaseManagerClient = null;
private ExternalReferenceManagerClient externalReferenceManagerClient = null;
private ConnectionManager connectionManager = null;
private LocationManager locationManager = null;
private ValidValuesManager validValuesManager = null;
private CapabilityManagerClient capabilityManagerClient = null;
private LocationManager locationManager = null;
private ReferenceDataManager validValuesManager = null;
private CapabilityManagerClient capabilityManagerClient = null;
private GovernanceZoneManager governanceZoneManager = null;

private Map<String, String> assetGUIDMap = new HashMap<>();
Expand Down
2 changes: 1 addition & 1 deletion component-id-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>egeria-dev-projects</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.9</version>
<version>3.12</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
9 changes: 7 additions & 2 deletions database-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>egeria-dev-projects</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.9</version>
<version>3.12</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -34,7 +34,12 @@
<groupId>org.odpi.egeria</groupId>
<artifactId>egeria-report-utilities</artifactId>
</dependency>


<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>open-connector-framework</artifactId>
</dependency>

<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>data-manager-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions egeria-config-utility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<parent>
<artifactId>egeria-dev-projects</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.9</version>
<version>3.12</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<scm>
<connection>scm:git:git://github.com/odpi/egeria-dev-projects.git</connection>
<developerConnection>scm:git:ssh://github.com/odpi/egeria-dev-projects.git</developerConnection>
<url>http://github.com/odpi/egeria-dev-projects</url>
<url>https://github.com/odpi/egeria-dev-projects</url>
</scm>

<name>Egeria Config Utility</name>
Expand Down
2 changes: 1 addition & 1 deletion egeria-infrastructure-catalog-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>egeria-dev-projects</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.9</version>
<version>3.12</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import org.odpi.openmetadata.platformservices.client.PlatformServicesClient;
import org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditingComponent;

import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
Expand Down Expand Up @@ -701,7 +702,7 @@ private void createConnector(String serviceGUID,

String dataAssetGUID = super.getContext().createDataAsset(assetProperties);

super.getContext().setupProcessCall(connectorGUID, dataAssetGUID, null, null, null, null, null);
super.getContext().setupProcessCall(connectorGUID, dataAssetGUID, null, new Date());
}

if (connectorConnection instanceof VirtualConnection)
Expand Down
2 changes: 1 addition & 1 deletion egeria-ops-utility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>egeria-dev-projects</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.9</version>
<version>3.12</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion egeria-platform-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>egeria-dev-projects</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.9</version>
<version>3.12</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion egeria-report-utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>egeria-dev-projects</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.9</version>
<version>3.12</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion event-display-audit-log-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>egeria-dev-projects</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.9</version>
<version>3.12</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<!-- These are our maven 'coordinates' ie the name of the artifact and its version -->
<groupId>org.odpi.egeria</groupId>
<artifactId>egeria-dev-projects</artifactId>
<version>3.9</version>
<version>3.12</version>

<!-- This defines the link to our sources, and is required if the artifact is published to maven central -->
<scm>
<connection>scm:git:git://github.com/odpi/egeria-dev-projects.git</connection>
<developerConnection>scm:git:ssh://github.com/odpi/egeria-dev-projects.git</developerConnection>
<url>http://github.com/odpi/egeria-dev-projects</url>
<url>https://github.com/odpi/egeria-dev-projects</url>
</scm>

<!-- Link for further information -->
Expand Down Expand Up @@ -108,7 +108,7 @@

<properties>
<!-- The version of EGERIA base libraries we are going to use -->
<open-metadata.version>3.9</open-metadata.version>
<open-metadata.version>3.12</open-metadata.version>

<!-- Level of Java -->
<maven.compiler.source>11</maven.compiler.source>
Expand Down

0 comments on commit 0c7bfcc

Please sign in to comment.