Skip to content

Commit

Permalink
Merge pull request #5 from MissionCriticalCloud/refactor/project-name…
Browse files Browse the repository at this point in the history
…-pom-files

Replaces Cloudstack with Cosmic
  • Loading branch information
Boris Schrijver committed Jan 26, 2016
2 parents 665c8d9 + 8e3e766 commit 9d46a01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

# Eclipse project settings
.project
.settings/
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<artifactId>cosmic</artifactId>
<version>5.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache CloudStack</name>
<description>Apache CloudStack is an IaaS (“Infrastructure as a Service”) cloud orchestration platform.</description>
<url>http://www.cloudstack.org</url>
<name>Cosmic</name>
<description>Cosmic is an IaaS (“Infrastructure as a Service”) cloud orchestration platform.</description>
<url>http://www.cosmic.cloud</url>

<prerequisites>
<maven>3.0.4</maven>
Expand Down Expand Up @@ -131,7 +131,7 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
<id>cloudstack-checkstyle</id>
<id>cosmic-checkstyle</id>
<phase>none</phase>
<inherited>false</inherited>
</execution>
Expand All @@ -153,7 +153,7 @@
</dependencies>
<executions>
<execution>
<id>cloudstack-checkstyle</id>
<id>cosmic-checkstyle</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
Expand Down

0 comments on commit 9d46a01

Please # to comment.