diff options
Diffstat (limited to 'id/oa')
-rw-r--r-- | id/oa/pom.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/id/oa/pom.xml b/id/oa/pom.xml index 4ee0b750d..d015d5c83 100644 --- a/id/oa/pom.xml +++ b/id/oa/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>MOA</groupId> <artifactId>id</artifactId> - <version>2.0.x</version> + <version>2.x</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -33,7 +33,6 @@ <build> <finalName>oa</finalName> - <pluginManagement> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -47,7 +46,7 @@ </goals> <configuration> <files> - <file>${basedir}/moa-id.properties</file> + <file>${basedir}/../../moa-id.properties</file> </files> </configuration> </execution> @@ -62,7 +61,6 @@ </configuration> </plugin> </plugins> - </pluginManagement> </build> <dependencies> |