spring-attic / spring-cloud-etcd

Apache License 2.0
144 stars 60 forks source link

Perform releases of spring-cloud-etcd #27

Open yorksen opened 8 years ago

yorksen commented 8 years ago

Hi,we are using spring-cloud-etcd in our project and make MAVEN import each component with version of 1.0.0.BUILD-SNAPSHOT. Recently, our customer asked us to switch all packages to RELEASE for some security reasons. but we find that, there is no RELEASE version of following packages deployed in http://repo1.maven.org/maven2:

spring-cloud-etcd-config spring-cloud-etcd-discovery spring-cloud-commons

We tried many ways, but have no idea to solve this problem now. Please give us some suggestions, thanks!

spencergibb commented 8 years ago

See #24.

spencergibb commented 7 years ago

Depends on #29

I would start with 0.1.0 while still in incubator, if the project graduates, then it can move to 1.0.0

nicolaenicora commented 7 years ago

Hi, we are looking to use spring-cloud-etcd in the project.

  1. Are you looking to release it?, If yes when to expect a first release ?
  2. Would you consider the switch to this etcd core library - com.coreos:jetcd-core:0.0.1, published on central maven repo: https://search.maven.org/#artifactdetails%7Ccom.coreos%7Cjetcd-core%7C0.0.1%7Cbundle

Looking forward to hear from you, Thank you.