diff options
author | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2018-08-30 13:31:13 +0200 |
---|---|---|
committer | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2018-08-30 13:31:13 +0200 |
commit | 1d72c4035bb081c4b60c385d6101a38322097098 (patch) | |
tree | 52bef0e9ff9fcc988808353dd7de4d0d5ca3344d /smccSTAL | |
parent | f67512b4dcd2d8a22a74d1b98b364c193d9c071b (diff) | |
download | mocca-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 'smccSTAL')
-rw-r--r-- | smccSTAL/pom.xml | 92 |
1 files changed, 46 insertions, 46 deletions
diff --git a/smccSTAL/pom.xml b/smccSTAL/pom.xml index 47a628e1..6974d553 100644 --- a/smccSTAL/pom.xml +++ b/smccSTAL/pom.xml @@ -1,47 +1,47 @@ -<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>smccSTAL</artifactId> - <name>smcc STAL</name> - <description>STAL implementation for smart cards using smcc</description> - <build> - <plugins> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <groupId>org.apache.maven.plugins</groupId> - <configuration> - <debug>false</debug> - </configuration> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>at.gv.egiz</groupId> - <artifactId>STAL</artifactId> - <version>${project.parent.version}</version> - </dependency> - <dependency> - <groupId>at.gv.egiz</groupId> - <artifactId>smcc</artifactId> - <version>${project.parent.version}</version> - </dependency> - <dependency> - <groupId>at.gv.egiz</groupId> - <artifactId>BKUCommonGUI</artifactId> - <version>${project.parent.version}</version> - </dependency> - <dependency> - <groupId>iaik</groupId> - <artifactId>iaik_jce_me4se</artifactId> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </dependency> - </dependencies> +<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>smccSTAL</artifactId>
+ <name>smcc STAL</name>
+ <description>STAL implementation for smart cards using smcc</description>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <configuration>
+ <debug>false</debug>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>at.gv.egiz</groupId>
+ <artifactId>STAL</artifactId>
+ <version>${project.parent.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>at.gv.egiz</groupId>
+ <artifactId>smcc</artifactId>
+ <version>${project.parent.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>at.gv.egiz</groupId>
+ <artifactId>BKUCommonGUI</artifactId>
+ <version>${project.parent.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>iaik</groupId>
+ <artifactId>iaik_jce_me4se</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file |