Revize 3dfec56f
Přidáno uživatelem Pavel Fidranský před více než 5 roky(ů)
server/pom.xml | ||
---|---|---|
3 | 3 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 4 |
<modelVersion>4.0.0</modelVersion> |
5 | 5 |
|
6 |
<groupId>cz.zcu.fav.kiv</groupId>
|
|
6 |
<groupId>org.danekja</groupId>
|
|
7 | 7 |
<artifactId>ymanager</artifactId> |
8 | 8 |
<version>1.0-SNAPSHOT</version> |
9 | 9 |
|
... | ... | |
15 | 15 |
|
16 | 16 |
<properties> |
17 | 17 |
<java.version>1.8</java.version> |
18 |
<maven.compiler.source>1.8</maven.compiler.source> |
|
19 |
<maven.compiler.target>1.8</maven.compiler.target> |
|
18 | 20 |
</properties> |
19 | 21 |
|
20 | 22 |
<dependencies> |
... | ... | |
91 | 93 |
<goal>repackage</goal> |
92 | 94 |
</goals> |
93 | 95 |
<configuration> |
94 |
<mainClass>cz.zcu.yamanager.Application</mainClass>
|
|
96 |
<mainClass>org.danekja.ymanager.Application</mainClass>
|
|
95 | 97 |
</configuration> |
96 | 98 |
</execution> |
97 | 99 |
</executions> |
Také k dispozici: Unified diff
re #30: rename base package and groupId