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:

  • for cargo-maven3-plugin:
    remove

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

    add inside <systemProperties>:

    Code Block
    languagexml
    <syncope.conf.dir>${basedir}/../core/target/test-classes</syncope.conf.dir>
    <syncope.connid.location>file:${basedir}/../core/target/bundles/</syncope.connid.location>


Other files

In all instances of log4j2.xml:

...