| | |
| | | <parent> |
| | | <groupId>org.forgerock</groupId> |
| | | <artifactId>forgerock-parent</artifactId> |
| | | <version>1.0.0-SNAPSHOT</version> |
| | | <version>1.1.0-SNAPSHOT</version> |
| | | </parent> |
| | | <groupId>org.forgerock.opendj</groupId> |
| | | <artifactId>opendj-project</artifactId> |
| | |
| | | </lifecycleMappingMetadata> |
| | | </configuration> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.forgerock.commons</groupId> |
| | | <artifactId>i18n-maven-plugin</artifactId> |
| | | <version>1.2.0</version> |
| | | </plugin> |
| | | </plugins> |
| | | </pluginManagement> |
| | | </build> |
| | |
| | | <enabled>false</enabled> |
| | | </releases> |
| | | </repository> |
| | | <repository> |
| | | <id>jvnet-nexus-snapshots</id> |
| | | <url>https://maven.java.net/content/repositories/snapshots</url> |
| | | <releases> |
| | | <enabled>false</enabled> |
| | | </releases> |
| | | <snapshots> |
| | | <enabled>true</enabled> |
| | | </snapshots> |
| | | </repository> |
| | | </repositories> |
| | | <dependencies> |
| | | <dependency> |