diff options
Diffstat (limited to 'BKUCommonGUI/pom.xml')
-rw-r--r-- | BKUCommonGUI/pom.xml | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/BKUCommonGUI/pom.xml b/BKUCommonGUI/pom.xml index e426f7fe..ccb47235 100644 --- a/BKUCommonGUI/pom.xml +++ b/BKUCommonGUI/pom.xml @@ -1,33 +1,26 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <artifactId>bku</artifactId> + <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.2.14-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>at.gv.egiz</groupId> <artifactId>BKUCommonGUI</artifactId> <name>BKU GUI</name> - <version>1.2.14-SNAPSHOT</version> + <version>${project.parent.version}</version> <dependencies> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>smcc</artifactId> - <version>1.2.14-SNAPSHOT</version> + <version>${project.parent.version}</version> </dependency> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>STAL</artifactId> - <version>1.2.14-SNAPSHOT</version> + <version>${project.parent.version}</version> <scope>compile</scope> </dependency> - <!-- see BKUFonts.pom - <dependency> - <groupId>at.gv.egiz</groupId> - <artifactId>BKUFonts</artifactId> - <version>1.0</version> - <scope>runtime</scope> - </dependency--> </dependencies> <build> <plugins> |