mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
19.35.2011 a8e1267cebc7c42637cfe0f60dfd9148a5715756
Fix i18n-framework version to 1.2.0
1 files modified
4 ■■■■ changed files
opendj3/opendj-sdk/pom.xml 4 ●●●● patch | view | raw | blame | history
opendj3/opendj-sdk/pom.xml
@@ -43,7 +43,7 @@
    <dependency>
      <groupId>org.forgerock.commons</groupId>
      <artifactId>i18n-core</artifactId>
      <version>1.2</version>
      <version>1.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
@@ -64,7 +64,7 @@
      <plugin>
        <groupId>org.forgerock.commons</groupId>
        <artifactId>i18n-maven-plugin</artifactId>
        <version>1.2</version>
        <version>1.2.0</version>
        <executions>
          <execution>
            <phase>generate-sources</phase>