Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
[prod] add independent versioning for alert-cli and updating left ov…
Browse files Browse the repository at this point in the history
…er rhq-server-client-api reference.
  • Loading branch information
spinder committed Jun 13, 2019
1 parent d378af9 commit e309b63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/enterprise/server/ear/pom.xml
Expand Up @@ -488,7 +488,7 @@
<artifactItem>
<groupId>${project.groupId}</groupId>
<artifactId>alert-cli</artifactId>
<version>${project.version}</version>
<version>${alert-cli.version}</version>
</artifactItem>

<artifactItem>
Expand Down
6 changes: 3 additions & 3 deletions modules/enterprise/server/plugins/alert-cli/pom.xml
@@ -1,8 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>rhq-enterprise-server-plugins-parent</artifactId>
<groupId>org.rhq</groupId>
<artifactId>rhq-enterprise-server-plugins-parent</artifactId>
<version>4.12.0.JON330GA</version>
</parent>
<groupId>org.rhq</groupId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-server-client-api</artifactId>
<version>${project.version}</version>
<version>${rhq-server-client-api.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down Expand Up @@ -129,4 +129,4 @@
</profile>
</profiles>

</project>
</project>

0 comments on commit e309b63

Please sign in to comment.