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

Commit

Permalink
A few more updates for rhq-core-native-system and version documentat…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
Simeon Pinder committed Mar 28, 2014
1 parent dd8f611 commit 09e423a
Show file tree
Hide file tree
Showing 25 changed files with 26 additions and 23 deletions.
2 changes: 1 addition & 1 deletion etc/classloaders-test/plugin1/pom.xml
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${rhq.version}</version>
<version>${rhq-core-native-system.version}</version>
<scope>provided</scope> <!-- provided by the agent/plugin-container -->
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion etc/classloaders-test/plugin2/pom.xml
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${rhq.version}</version>
<version>${rhq-core-native-system.version}</version>
<scope>provided</scope> <!-- provided by the agent/plugin-container -->
</dependency>

Expand Down
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${rhq.version}</version>
<version>${rhq-core-native-system.version}</version>
<scope>provided</scope> <!-- provided by the agent/plugin-container -->
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion etc/samples/embedded-ext-plugin/pom.xml
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${rhq.version}</version>
<version>${rhq-core-native-system.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion etc/samples/skeleton-plugin/pom.xml
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${rhq.version}</version>
<version>${rhq-core-native-system.version}</version>
<scope>provided</scope> <!-- provided by the agent/plugin-container -->
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion etc/samples/skinny-platform/pom.xml
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${rhq.version}</version>
<version>${rhq-core-native-system.version}</version>
<scope>provided</scope> <!-- provided by the agent/plugin-container -->
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion modules/common/ant-bundle/pom.xml
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${project.version}</version>
<version>${rhq-core-native-system.version}</version>
<exclusions>
<exclusion>
<groupId>org.hyperic</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/common/filetemplate-bundle/pom.xml
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${project.version}</version>
<version>${rhq-core-native-system.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion modules/core/native-system/ant-run.xml
Expand Up @@ -20,7 +20,7 @@ Ant Script that builds a test jar to run SIGAR bug replication code.
<include name="org/testng/testng/5.1/testng-5.1-jdk15.jar" />
<include name="commons-logging/commons-logging/1.1/commons-logging-1.1.jar" />
<include name="org/rhq/rhq-core-util/${project.version}/rhq-core-util-${project.version}.jar" />
<include name="org/rhq/rhq-core-native-system/${project.version}/rhq-core-native-system-${project.version}.jar" />
<include name="org/rhq/rhq-core-native-system/${rhq-core-native-system.version}/rhq-core-native-system-${rhq-core-native-system.version}.jar" />
</fileset>

<fileset dir="${settings.localRepository}" id="native.fileset">
Expand Down
2 changes: 1 addition & 1 deletion modules/core/plugin-api/pom.xml
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>${rhq.groupId}</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${project.version}</version>
<version>${rhq-core-native-system.version}</version>
</dependency>

<!-- 3rd Party Deps -->
Expand Down
2 changes: 1 addition & 1 deletion modules/core/plugin-container-itest/pom.xml
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>${rhq.groupId}</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${project.version}</version>
<version>${rhq-core-native-system.version}</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion modules/core/plugin-container/pom.xml
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>${rhq.groupId}</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${project.version}</version>
<version>${rhq-core-native-system.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/enterprise/agent/ant-run.xml
Expand Up @@ -56,7 +56,7 @@ Ant Script that provides ways to package the Agent.
<include name="org/rhq/rhq-enterprise-agent/${project.version}/rhq-enterprise-agent-${project.version}.jar" />
<include name="org/rhq/rhq-core-util/${project.version}/rhq-core-util-${project.version}.jar" />
<include name="org/rhq/rhq-core-comm-api/${project.version}/rhq-core-comm-api-${project.version}.jar" />
<include name="org/rhq/rhq-core-native-system/${project.version}/rhq-core-native-system-${project.version}.jar" />
<include name="org/rhq/rhq-core-native-system/${rhq-core-native-system.version}/rhq-core-native-system-${rhq-core-native-system.version}.jar" />
<include name="org/rhq/rhq-core-domain/${rhq-core-domain.version}/rhq-core-domain-${rhq-core-domain.version}.jar" />
<include name="org/rhq/rhq-core-plugin-api/${project.version}/rhq-core-plugin-api-${project.version}.jar" />
<include name="org/rhq/rhq-core-plugin-container/${project.version}/rhq-core-plugin-container-${project.version}.jar" />
Expand Down
1 change: 1 addition & 0 deletions modules/enterprise/agent/pom.xml
Expand Up @@ -169,6 +169,7 @@ Build-Number=${buildNumber}
<property name="augeas.zip.mask" value="${augeas.zip.mask}"/>
<property name="augeas.zip.version" value="${augeas.zip.version}" />
<property name="log4j.version" value="${log4j.version}" />
<property name="rhq-core-native-system.version" value="${rhq-core-native-system.version}" />
</ant>
</target>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion modules/enterprise/remoting/ant-run.xml
Expand Up @@ -56,7 +56,7 @@ ANT Script that provides ways to package the agent.
<include name="org/rhq/rhq-enterprise-comm/${project.version}/rhq-enterprise-comm-${project.version}.jar" />

<include name="org/rhq/rhq-core-util/${project.version}/rhq-core-util-${project.version}.jar" />
<include name="org/rhq/rhq-core-native-system/${project.version}/rhq-core-native-system-${project.version}.jar" />
<include name="org/rhq/rhq-core-native-system/${rhq-core-native-system.version}/rhq-core-native-system-${rhq-core-native-system.version}.jar" />
<include name="org/rhq/rhq-core-domain/${rhq-core-domain.version}/rhq-core-domain-${rhq-core-domain.version}.jar" />
<include name="org/rhq/rhq-core-client-api/${project.version}/rhq-core-client-api-${project.version}.jar" />
<include name="jline/jline/${jline.version}/jline-${jline.version}.jar" />
Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/cassandra/pom.xml
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${project.version}</version>
<version>${rhq-core-native-system.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/hadoop/pom.xml
Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${project.version}</version>
<version>${rhq-core-native-system.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/irc/pom.xml
Expand Up @@ -144,7 +144,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${project.version}</version>
<version>${rhq-core-native-system.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/jboss-as-5/testsuite/pom.xml
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>${rhq.groupId}</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${rhq.version}</version>
<version>${rhq-core-native-system.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/pattern-generator/pom.xml
Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>${rhq.groupId}</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${project.version}</version>
<version>${rhq-core-native-system.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/pom.xml
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>${rhq.groupId}</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${project.version}</version>
<version>${rhq-core-native-system.version}</version>
<scope>provided</scope> <!-- by PC -->
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/services/pom.xml
Expand Up @@ -122,7 +122,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${project.version}</version>
<version>${rhq-core-native-system.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/snmptrapd/pom.xml
Expand Up @@ -152,7 +152,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${project.version}</version>
<version>${rhq-core-native-system.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/twitter/pom.xml
Expand Up @@ -136,7 +136,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${project.version}</version>
<version>${rhq-core-native-system.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -270,6 +270,8 @@
<jacoco-arquillian-extension.version>1.0.0.Alpha5</jacoco-arquillian-extension.version>

<!-- Add RHQ version properties to support update versioning -->
<!-- spinder: 2-28-14. The following rhq.pom.version value needs to be explicitly set or causes numerous
recursive maven version issues. See http://stackoverflow.com/questions/3684664/maven-property-substitution-not-done-for-project-version-tag-of-pom for more. http://jira.codehaus.org/browse/MNG-624 -->
<rhq.pom.version>4.9.0.JON320GA</rhq.pom.version>
<rhq-code-coverage.version>${rhq.pom.version}</rhq-code-coverage.version>
<rhq-cli-tests.version>${rhq.pom.version}</rhq-cli-tests.version>
Expand Down

0 comments on commit 09e423a

Please sign in to comment.