diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2020-08-31 13:51:35 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2020-08-31 13:51:35 +0200 |
commit | 7d9e2026c557cab1b8b3c4bb6a91f054c7bed5f0 (patch) | |
tree | 43e363a1c67eaf37fe81427af672df25e6635a5e /pom.xml | |
parent | 3ead2fee52a1e43e12610fda8175cb1a74e8b1f0 (diff) | |
download | moa-id-spss-7d9e2026c557cab1b8b3c4bb6a91f054c7bed5f0.tar.gz moa-id-spss-7d9e2026c557cab1b8b3c4bb6a91f054c7bed5f0.tar.bz2 moa-id-spss-7d9e2026c557cab1b8b3c4bb6a91f054c7bed5f0.zip |
switch to next release version4.1.3
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -6,7 +6,7 @@ <groupId>MOA</groupId> <artifactId>MOA</artifactId> <packaging>pom</packaging> - <version>4.1.3-SNAPSHOT</version> + <version>4.1.3</version> <name>MOA</name> <properties> @@ -14,14 +14,14 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- Project Version --> - <moa-id-version>4.1.3-SNAPSHOT</moa-id-version> + <moa-id-version>4.1.3</moa-id-version> - <moa-id-version-final>4.1.3-SNAPSHOT</moa-id-version-final> - <moa-id-version-edu>4.1.3-SNAPSHOT</moa-id-version-edu> + <moa-id-version-final>4.1.3</moa-id-version-final> + <moa-id-version-edu>4.1.3</moa-id-version-edu> <moa-id-proxy-version>2.0.1</moa-id-proxy-version> - <configtool-version>3.0.4-SNAPSHOT</configtool-version> + <configtool-version>3.0.4</configtool-version> <demo-oa-version>2.0.7</demo-oa-version> <moa-id-module-elga_mandate_client>1.3.2</moa-id-module-elga_mandate_client> @@ -133,6 +133,12 @@ </profiles> <build> + <resources> + <resource> + <directory>src/main/resources</directory> + </resource> + </resources> + <pluginManagement> <plugins> <plugin> |