summaryrefslogtreecommitdiff
path: root/BKUCommonGUI/pom.xml
diff options
context:
space:
mode:
authorAndreas Abraham <andreas.abraham@egiz.gv.at>2018-08-30 13:31:13 +0200
committerAndreas Abraham <andreas.abraham@egiz.gv.at>2018-08-30 13:31:13 +0200
commit1d72c4035bb081c4b60c385d6101a38322097098 (patch)
tree52bef0e9ff9fcc988808353dd7de4d0d5ca3344d /BKUCommonGUI/pom.xml
parentf67512b4dcd2d8a22a74d1b98b364c193d9c071b (diff)
downloadmocca-8d2b9dc70d8049537a4f52ceb9de9c2032531940.tar.gz
mocca-8d2b9dc70d8049537a4f52ceb9de9c2032531940.tar.bz2
mocca-8d2b9dc70d8049537a4f52ceb9de9c2032531940.zip
[maven-release-plugin] prepare release mocca-1.3.34mocca-1.3.34
Diffstat (limited to 'BKUCommonGUI/pom.xml')
-rw-r--r--BKUCommonGUI/pom.xml68
1 files changed, 34 insertions, 34 deletions
diff --git a/BKUCommonGUI/pom.xml b/BKUCommonGUI/pom.xml
index 4af79ae0..6c6f1256 100644
--- a/BKUCommonGUI/pom.xml
+++ b/BKUCommonGUI/pom.xml
@@ -1,35 +1,35 @@
-<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>mocca</artifactId>
- <groupId>at.gv.egiz</groupId>
- <version>1.3.34-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>BKUCommonGUI</artifactId>
- <name>BKU Common GUI</name>
- <dependencies>
- <dependency>
- <groupId>at.gv.egiz</groupId>
- <artifactId>smcc</artifactId>
- <version>${project.parent.version}</version>
- </dependency>
- <dependency>
- <groupId>at.gv.egiz</groupId>
- <artifactId>STAL</artifactId>
- <version>${project.parent.version}</version>
- <scope>compile</scope>
- </dependency>
- </dependencies>
- <description>Common GUI functionality</description>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <groupId>org.apache.maven.plugins</groupId>
- <configuration>
- <debug>false</debug>
- </configuration>
- </plugin>
- </plugins>
- </build>
+<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>mocca</artifactId>
+ <groupId>at.gv.egiz</groupId>
+ <version>1.3.34</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>BKUCommonGUI</artifactId>
+ <name>BKU Common GUI</name>
+ <dependencies>
+ <dependency>
+ <groupId>at.gv.egiz</groupId>
+ <artifactId>smcc</artifactId>
+ <version>${project.parent.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>at.gv.egiz</groupId>
+ <artifactId>STAL</artifactId>
+ <version>${project.parent.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+ <description>Common GUI functionality</description>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <configuration>
+ <debug>false</debug>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project> \ No newline at end of file