Skip to content

Commit

Permalink
refactor: change namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Eluinhost committed Aug 22, 2015
1 parent f73f2d2 commit e08f627
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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>

<groupId>com.publicuhc</groupId>
<groupId>gg.uhc</groupId>
<artifactId>hiddenhealth</artifactId>
<version>1.1</version>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* along with HiddenHealth. If not, see <http ://www.gnu.org/licenses/>.
*/

package uk.co.eluinhost.hiddenhealth;
package gg.uhc.hiddenhealth;

import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.plugin.java.JavaPlugin;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* along with HiddenHealth. If not, see <http ://www.gnu.org/licenses/>.
*/

package uk.co.eluinhost.hiddenhealth;
package gg.uhc.hiddenhealth;

import com.comphenix.protocol.PacketType;
import com.comphenix.protocol.events.ListenerPriority;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* along with HiddenHealth. If not, see <http ://www.gnu.org/licenses/>.
*/

package uk.co.eluinhost.hiddenhealth;
package gg.uhc.hiddenhealth;

import com.comphenix.protocol.ProtocolLibrary;
import org.bukkit.plugin.Plugin;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: HiddenHealth
main: uk.co.eluinhost.hiddenhealth.Entry
main: gg.uhc.hiddenhealth.Entry
version: 1.1
description: Hide the player's health/hunger information from them.
author: ghowden/Eluinhost
Expand Down

0 comments on commit e08f627

Please sign in to comment.