Skip to content

Commit

Permalink
Renamed the RPMs to -node
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Aug 7, 2013
1 parent 840fe24 commit 23e4541
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion upsilon-node/pom.xml
Expand Up @@ -6,7 +6,7 @@
<version>2.0.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<releaseVersion>0.113.0</releaseVersion>
<releaseVersion>0.114.0</releaseVersion>
</properties>

<parent>
Expand Down
4 changes: 2 additions & 2 deletions upsilon-node/upsilon-rpm-fedora18/pom.xml
Expand Up @@ -14,7 +14,7 @@
<artifactId>upsilon-rpm-fedora18</artifactId>
<packaging>rpm</packaging>
<build>
<finalName>upsilon-${releaseVersion}-fedora</finalName>
<finalName>upsilon-node-${releaseVersion}-fedora</finalName>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand All @@ -28,7 +28,7 @@
<version>${releaseVersion}</version>
<release>1.fc18</release>
<changelogFile>../doc/changelog.txt</changelogFile>
<name>upsilon</name>
<name>upsilon-node</name>
<summary>Upsilon is a distributed, flexible and extensible system monitoring application.</summary>
<description>A distributed, flexible and extensible system monitoring application.</description>

Expand Down
4 changes: 2 additions & 2 deletions upsilon-node/upsilon-rpm-generic/pom.xml
Expand Up @@ -14,7 +14,7 @@
<artifactId>upsilon-rpm</artifactId>
<packaging>rpm</packaging>
<build>
<finalName>upsilon-${releaseVersion}</finalName>
<finalName>upsilon-node-${releaseVersion}</finalName>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand All @@ -28,7 +28,7 @@
<version>${releaseVersion}</version>
<release>generic</release>
<changelogFile>../doc/changelog.txt</changelogFile>
<name>upsilon</name>
<name>upsilon-node</name>
<summary>Upsilon is a distributed, flexible and extensible system monitoring application.</summary>
<description>This RPM is intended for all RPM distributions where a more specific package is not available.</description>

Expand Down
4 changes: 2 additions & 2 deletions upsilon-node/upsilon-rpm-rhel6/pom.xml
Expand Up @@ -14,7 +14,7 @@
<artifactId>upsilon-rpm-rhel6</artifactId>
<packaging>rpm</packaging>
<build>
<finalName>upsilon-${releaseVersion}</finalName>
<finalName>upsilon-node-${releaseVersion}</finalName>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand All @@ -28,7 +28,7 @@
<version>${releaseVersion}</version>
<release>1.el6</release>
<changelogFile>../doc/changelog.txt</changelogFile>
<name>upsilon</name>
<name>upsilon-node</name>
<summary>Upsilon is a distributed, flexible and extensible system monitoring application.</summary>
<description>This RPM is intended for all RPM distributions where a more specific package is not available.</description>

Expand Down

0 comments on commit 23e4541

Please sign in to comment.