aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2020-08-31 13:51:35 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2020-08-31 13:51:35 +0200
commit7d9e2026c557cab1b8b3c4bb6a91f054c7bed5f0 (patch)
tree43e363a1c67eaf37fe81427af672df25e6635a5e /pom.xml
parent3ead2fee52a1e43e12610fda8175cb1a74e8b1f0 (diff)
downloadmoa-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.xml16
1 files changed, 11 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index ce5f3e58b..4b5431bbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>