https://bugzilla.redhat.com/show_bug.cgi?id=1259852 --- Comment #9 from gil cattaneo <puntogil@xxxxxxxxx> --- (In reply to gil cattaneo from comment #8) > (In reply to Roman Mohr from comment #7) > > (In reply to gil cattaneo from comment #5) > > > %pom_xpath_inject "pom:project" " > > > <properties> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > <maven.compiler.source>1.7</maven.compiler.source> > > > <maven.compiler.target>1.7</maven.compiler.target> > > xmvn resisted to accept any other way to tell it that it should use java7 > > mode. > This should be done by our java/maven tools Other way: %pom_add_plugin org.apache.maven.plugins:maven-compiler-plugin:3.0 . ' <configuration> <source>1.7</source> <target>1.7</target> <encoding>UTF-8</encoding> </configuration>' > Please, fix : > assertj-core.noarch: W: incoherent-version-in-changelog 2.1.0-1 > ['2.2.0-1.fc24', '2.2.0-1'] -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review