rythmengine / rythm-doc

Rythm Engine Documentation
Other
5 stars 5 forks source link

在maven上找不到1.0-b6 #14

Open freewind opened 11 years ago

freewind commented 11 years ago
<dependency>
    <groupId>com.greenlaw110.rythm</groupId>
    <artifactId>rythm-engine</artifactId>
    <version>1.0-b6-SNAPSHOT</version>
</dependency>

在search.maven.org上只能找到1.0-b5

greenlaw110 commented 11 years ago

要用SNAPSHOT,你的pom文件应该有

    <parent>
      <groupId>org.sonatype.oss</groupId>
      <artifactId>oss-parent</artifactId>
      <version>7</version>
    </parent>
freewind commented 11 years ago

这个在play的dependencies.yml中应该怎么加?

greenlaw110 commented 11 years ago

play的dependencies只需要按照https://gist.github.com/2868365里面的设置来即可

freewind commented 11 years ago

http://gelinsoft.com/play/repo/ 里好像没有1.0-b6的包?

greenlaw110 commented 11 years ago

1.0-b6是rythm-engine的版本,http://gelinsoft.com/play/repo/ 里面是play-rythm插件的版本。两个版本的数字不一样