diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-04-06 18:45:47 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-04-06 18:45:47 +0200 |
commit | 7d0e2157632ff6ccd96c3da1fa5a4b7fbbd93df9 (patch) | |
tree | 2a93b74ad546557330120c2e27443a5dd0eaf3cd | |
parent | 155a6436f134cfc3b0ed16fdd7b94a8465d8014e (diff) | |
download | moa-id-spss-7d0e2157632ff6ccd96c3da1fa5a4b7fbbd93df9.tar.gz moa-id-spss-7d0e2157632ff6ccd96c3da1fa5a4b7fbbd93df9.tar.bz2 moa-id-spss-7d0e2157632ff6ccd96c3da1fa5a4b7fbbd93df9.zip |
fix build problem after version upgrade
-rw-r--r-- | id/pom.xml | 2 | ||||
-rw-r--r-- | id/server/moa-id-jaxb_classes/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 6 |
3 files changed, 4 insertions, 8 deletions
diff --git a/id/pom.xml b/id/pom.xml index fc883fecc..ebe7ccfd1 100644 --- a/id/pom.xml +++ b/id/pom.xml @@ -16,7 +16,7 @@ <module>moa-spss-container</module> <module>server</module> <module>ConfigWebTool</module> - <module>moa-id-webgui</module> + <module>moa-id-webgui</module> </modules> <properties> diff --git a/id/server/moa-id-jaxb_classes/pom.xml b/id/server/moa-id-jaxb_classes/pom.xml index 2d949d85a..62925dec2 100644 --- a/id/server/moa-id-jaxb_classes/pom.xml +++ b/id/server/moa-id-jaxb_classes/pom.xml @@ -50,9 +50,7 @@ </repositories> </profile> </profiles> - - <version>${moa-id-version}</version> - + <build> <plugins> <plugin> @@ -14,7 +14,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- Project Version --> - <moa-id-version>4.1.1</moa-id-version> + <moa-id-version>4.1.2-SNAPSHOT</moa-id-version> <moa-id-version-final>4.1.2-SNAPSHOT</moa-id-version-final> <moa-id-version-edu>4.1.2-SNAPSHOT</moa-id-version-edu> @@ -22,7 +22,7 @@ <moa-id-proxy-version>2.0.1</moa-id-proxy-version> <configtool-version>3.0.3-SNAPSHOT</configtool-version> - <demo-oa-version>2.0.6</demo-oa-version> + <demo-oa-version>2.0.7-SNAPSHOT</demo-oa-version> <moa-id-module-elga_mandate_client>1.3.2</moa-id-module-elga_mandate_client> @@ -526,13 +526,11 @@ <groupId>MOA.id.server</groupId> <artifactId>moa-id-lib</artifactId> <version>${moa-id-version}</version> - <scope>compile</scope> </dependency> <dependency> <groupId>MOA.id.server</groupId> <artifactId>moa-id-commons</artifactId> <version>${moa-id-version}</version> - <scope>compile</scope> </dependency> <dependency> |