api-explorer version dependency name changed - now using the new name

This commit is contained in:
Alan Davis
2020-10-04 15:29:07 +01:00
parent 11623ad433
commit c7a3b5348d

View File

@@ -52,7 +52,7 @@
<!-- <dependency>--> <!-- <dependency>-->
<!-- <groupId>org.alfresco</groupId>--> <!-- <groupId>org.alfresco</groupId>-->
<!-- <artifactId>api-explorer</artifactId>--> <!-- <artifactId>api-explorer</artifactId>-->
<!-- <version>${dependency.alfresco-api-explorer.version}</version>--> <!-- <version>${dependency.api-explorer.version}</version>-->
<!-- <type>war</type>--> <!-- <type>war</type>-->
<!-- </dependency>--> <!-- </dependency>-->
<!-- <dependency>--> <!-- <dependency>-->
@@ -109,7 +109,7 @@
<artifactItem> <artifactItem>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>api-explorer</artifactId> <artifactId>api-explorer</artifactId>
<version>${dependency.alfresco-api-explorer.version}</version> <version>${dependency.api-explorer.version}</version>
<type>war</type> <type>war</type>
<outputDirectory>${project.build.directory}/war/api-explorer</outputDirectory> <outputDirectory>${project.build.directory}/war/api-explorer</outputDirectory>
</artifactItem> </artifactItem>