Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • change parent/version from 3.0.1 to 3.0.2
  • change properties/syncope.version from 3.0.1 to 3.0.2

In fit/pom.xml:

  • remove

    Code Block
    languagexml
    <log>${cargo.log}</log>
    <output>${cargo.output}</output>


  • add under <build><plugins>:

    Code Block
    languagexml
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-dependency-plugin</artifactId>
        <inherited>true</inherited>
        <executions>
          <execution>
            <id>set-bundles</id>
            <phase>process-test-resources</phase>
            <goals>
              <goal>copy</goal>
            </goals>
          </execution>
        </executions>
      </plugin>


Other files

In all instances of log4j2.xml:

...