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 #350 from cmgrote/main
Browse files Browse the repository at this point in the history
Fixes instance type bug that could cause comparisons to fail
  • Loading branch information
cmgrote authored Apr 24, 2022
2 parents 7f72c46 + e7e8314 commit bfc0929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ public static InstanceType getInstanceType(TypeDefCategory category,
instanceType.setTypeDefDescription(typeDef.getDescription());
instanceType.setTypeDefDescriptionGUID(typeDef.getDescriptionGUID());
instanceType.setTypeDefSuperTypes(getAllSuperTypes(typeDefGUID));
instanceType.setValidStatusList(typeDef.getValidInstanceStatusList());

Map<String, PropertyKeywords> properties = getAllPropertyKeywordsForTypeDef(typeDef.getGUID());

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.12</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit bfc0929

Please sign in to comment.