hootsuite / akka-persistence-redis

Akka Persistence that uses Redis as backend
Other
117 stars 30 forks source link

Deploying to central maven repo #19

Closed AnirudhVyas closed 7 years ago

AnirudhVyas commented 8 years ago

Can this be deployed to akka central repository?

ssong-van commented 7 years ago

For sure, we will sign up for Maven Central account. Stay tuned!

ssong-van commented 7 years ago

Sorry for the delay. We now have Sonatype account. We'll publish to Maven Central this week.

ssong-van commented 7 years ago

0.7.2 is now available on Maven Central.

<dependency>
  <groupId>com.hootsuite</groupId>
  <artifactId>akka-persistence-redis_2.12</artifactId>
  <version>0.7.2</version>
</dependency>
AnirudhVyas commented 7 years ago

Haa thanks!!