diff options
-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> |