Can upgrade maven version?
Play Version (1.5.x / etc)
1.6.0
Could you update maven version to newest?
<dependency>
<groupId>com.google.code.maven-play-plugin.org.playframework</groupId>
<artifactId>play</artifactId>
<version>1.5.0</version>
<scope>provided</scope>
</dependency>
@guillaumebort , @xael-fry: may I ask you to publish the missing releases to Maven Central?
- 1.4.6 :pray:
- 1.5.1
- 1.5.2
- 1.5.3
- 1.6.0
- and the fresh 1.7.0
Those Maven artifacts help a lot to integrate Play! 1 Framework with Maven or Gradle!
The source for generating those artifacts are here:
https://github.com/play1-maven-plugin/play1-maven-plugin/tree/tools
I'm not actively maintaining this project. I will prepare poms for new versions when I will have time, but I cannot promise anything concrete.
... but I cannot promise anything
Its enough for me that the project was found and isn't getting lost!
No need for promises! If somebody needs a newer version then he/she able to create it as the commit and issue history is very descriptive!