summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 7ac2eb9..140630f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,10 +9,10 @@
<relativePath/>
</parent>
<groupId>net.geedge</groupId>
- <artifactId>device-api</artifactId>
+ <artifactId>env-api</artifactId>
<version>1.0</version>
- <name>device-api</name>
- <description>AppSketch Works Device API</description>
+ <name>env-api</name>
+ <description>AppSketch Works Env API</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
@@ -94,7 +94,7 @@
<archive>
<manifest>
<mainClass>
- net.geedge.DeviceApiApplication
+ net.geedge.EnvApiApplication
</mainClass>
</manifest>
</archive>