You mean in the apache snapshots repo? Can't you delete the previous snapshot from there. Not sure why it will conflict since snapshot deployment is a standard for maven.
We want the first release of ratis to be 0.1, not 0.11, so I will say we have to undo this. Enis On Tue, Mar 21, 2017 at 6:11 PM, Tsz Wo Sze <[email protected]> wrote: > I tried to deploy the current code (with shaded guava and netty) to > maven. However, it conflicts with the existing 0.1-SNAPSHOT jar in > repo. Therefore, I updated the rates version. > > Nicholas > > On Tue, Mar 21, 2017 at 5:57 PM, Enis Söztutar <[email protected]> wrote: > > Nicolas, why are we doing this? > > > > Enis > > > > On Tue, Mar 21, 2017 at 5:56 PM, <[email protected]> wrote: > > > >> Repository: incubator-ratis > >> Updated Branches: > >> refs/heads/master 183c64d51 -> ebe62d254 > >> > >> > >> Update version to 0.11-SNAPSHOT. > >> > >> > >> Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo > >> Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/ > >> commit/ebe62d25 > >> Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/ > tree/ebe62d25 > >> Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/ > diff/ebe62d25 > >> > >> Branch: refs/heads/master > >> Commit: ebe62d25411ac62e74b49b14e4ad6535f29eb70b > >> Parents: 183c64d > >> Author: Tsz-Wo Nicholas Sze <[email protected]> > >> Authored: Tue Mar 21 17:56:19 2017 -0700 > >> Committer: Tsz-Wo Nicholas Sze <[email protected]> > >> Committed: Tue Mar 21 17:56:19 2017 -0700 > >> > >> ---------------------------------------------------------------------- > >> pom.xml | 2 +- > >> ratis-assembly/pom.xml | 4 ++-- > >> ratis-client/pom.xml | 4 ++-- > >> ratis-common/pom.xml | 4 ++-- > >> ratis-examples/pom.xml | 4 ++-- > >> ratis-grpc/pom.xml | 4 ++-- > >> ratis-hadoop-shaded/pom.xml | 4 ++-- > >> ratis-hadoop/pom.xml | 4 ++-- > >> ratis-netty/pom.xml | 4 ++-- > >> ratis-proto-shaded/pom.xml | 4 ++-- > >> ratis-server/pom.xml | 4 ++-- > >> 11 files changed, 21 insertions(+), 21 deletions(-) > >> ---------------------------------------------------------------------- > >> > >> > >> http://git-wip-us.apache.org/repos/asf/incubator-ratis/ > >> blob/ebe62d25/pom.xml > >> ---------------------------------------------------------------------- > >> diff --git a/pom.xml b/pom.xml > >> index 7e0869f..6258acf 100644 > >> --- a/pom.xml > >> +++ b/pom.xml > >> @@ -27,7 +27,7 @@ > >> > >> <artifactId>ratis</artifactId> > >> <groupId>org.apache.ratis</groupId> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> <name>Ratis</name> > >> <packaging>pom</packaging> > >> <description> > >> > >> http://git-wip-us.apache.org/repos/asf/incubator-ratis/ > >> blob/ebe62d25/ratis-assembly/pom.xml > >> ---------------------------------------------------------------------- > >> diff --git a/ratis-assembly/pom.xml b/ratis-assembly/pom.xml > >> index 638b091..7b0b71d 100644 > >> --- a/ratis-assembly/pom.xml > >> +++ b/ratis-assembly/pom.xml > >> @@ -19,14 +19,14 @@ > >> <parent> > >> <artifactId>ratis</artifactId> > >> <groupId>org.apache.ratis</groupId> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> <relativePath>..</relativePath> > >> </parent> > >> > >> <artifactId>ratis-assembly</artifactId> > >> <groupId>org.apache.ratis</groupId> > >> <name>Ratis Project Assembly</name> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> > >> <packaging>pom</packaging> > >> > >> > >> http://git-wip-us.apache.org/repos/asf/incubator-ratis/ > >> blob/ebe62d25/ratis-client/pom.xml > >> ---------------------------------------------------------------------- > >> diff --git a/ratis-client/pom.xml b/ratis-client/pom.xml > >> index b4913b8..72f1e23 100644 > >> --- a/ratis-client/pom.xml > >> +++ b/ratis-client/pom.xml > >> @@ -19,13 +19,13 @@ > >> <parent> > >> <artifactId>ratis</artifactId> > >> <groupId>org.apache.ratis</groupId> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> <relativePath>..</relativePath> > >> </parent> > >> > >> <artifactId>ratis-client</artifactId> > >> <name>Ratis Client</name> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> > >> <dependencies> > >> <dependency> > >> > >> http://git-wip-us.apache.org/repos/asf/incubator-ratis/ > >> blob/ebe62d25/ratis-common/pom.xml > >> ---------------------------------------------------------------------- > >> diff --git a/ratis-common/pom.xml b/ratis-common/pom.xml > >> index 6f8af13..3c4d696 100644 > >> --- a/ratis-common/pom.xml > >> +++ b/ratis-common/pom.xml > >> @@ -19,13 +19,13 @@ > >> <parent> > >> <artifactId>ratis</artifactId> > >> <groupId>org.apache.ratis</groupId> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> <relativePath>..</relativePath> > >> </parent> > >> > >> <artifactId>ratis-common</artifactId> > >> <name>Ratis Common</name> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> > >> <dependencies> > >> <dependency> > >> > >> http://git-wip-us.apache.org/repos/asf/incubator-ratis/ > >> blob/ebe62d25/ratis-examples/pom.xml > >> ---------------------------------------------------------------------- > >> diff --git a/ratis-examples/pom.xml b/ratis-examples/pom.xml > >> index 81f4c3b..ffb8e32 100644 > >> --- a/ratis-examples/pom.xml > >> +++ b/ratis-examples/pom.xml > >> @@ -19,13 +19,13 @@ > >> <parent> > >> <artifactId>ratis</artifactId> > >> <groupId>org.apache.ratis</groupId> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> <relativePath>..</relativePath> > >> </parent> > >> > >> <artifactId>ratis-examples</artifactId> > >> <name>Ratis Examples</name> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> > >> <dependencies> > >> <dependency> > >> > >> http://git-wip-us.apache.org/repos/asf/incubator-ratis/ > >> blob/ebe62d25/ratis-grpc/pom.xml > >> ---------------------------------------------------------------------- > >> diff --git a/ratis-grpc/pom.xml b/ratis-grpc/pom.xml > >> index c40dc2c..3332124 100644 > >> --- a/ratis-grpc/pom.xml > >> +++ b/ratis-grpc/pom.xml > >> @@ -19,13 +19,13 @@ > >> <parent> > >> <artifactId>ratis</artifactId> > >> <groupId>org.apache.ratis</groupId> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> <relativePath>..</relativePath> > >> </parent> > >> > >> <artifactId>ratis-grpc</artifactId> > >> <name>Ratis gRPC Support</name> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> > >> <dependencies> > >> <dependency> > >> > >> http://git-wip-us.apache.org/repos/asf/incubator-ratis/ > >> blob/ebe62d25/ratis-hadoop-shaded/pom.xml > >> ---------------------------------------------------------------------- > >> diff --git a/ratis-hadoop-shaded/pom.xml b/ratis-hadoop-shaded/pom.xml > >> index cb74fa2..dfa7854 100644 > >> --- a/ratis-hadoop-shaded/pom.xml > >> +++ b/ratis-hadoop-shaded/pom.xml > >> @@ -19,13 +19,13 @@ > >> <parent> > >> <artifactId>ratis</artifactId> > >> <groupId>org.apache.ratis</groupId> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> <relativePath>..</relativePath> > >> </parent> > >> > >> <artifactId>ratis-hadoop-shaded</artifactId> > >> <name>Ratis Hadoop Shaded</name> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> > >> <properties> > >> <maven.javadoc.skip>true</maven.javadoc.skip> > >> > >> http://git-wip-us.apache.org/repos/asf/incubator-ratis/ > >> blob/ebe62d25/ratis-hadoop/pom.xml > >> ---------------------------------------------------------------------- > >> diff --git a/ratis-hadoop/pom.xml b/ratis-hadoop/pom.xml > >> index 2693aba..646e1d3 100644 > >> --- a/ratis-hadoop/pom.xml > >> +++ b/ratis-hadoop/pom.xml > >> @@ -19,13 +19,13 @@ > >> <parent> > >> <artifactId>ratis</artifactId> > >> <groupId>org.apache.ratis</groupId> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> <relativePath>..</relativePath> > >> </parent> > >> > >> <artifactId>ratis-hadoop</artifactId> > >> <name>Ratis Hadoop Support</name> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> > >> <dependencies> > >> <dependency> > >> > >> http://git-wip-us.apache.org/repos/asf/incubator-ratis/ > >> blob/ebe62d25/ratis-netty/pom.xml > >> ---------------------------------------------------------------------- > >> diff --git a/ratis-netty/pom.xml b/ratis-netty/pom.xml > >> index d7d639b..374d08f 100644 > >> --- a/ratis-netty/pom.xml > >> +++ b/ratis-netty/pom.xml > >> @@ -19,13 +19,13 @@ > >> <parent> > >> <artifactId>ratis</artifactId> > >> <groupId>org.apache.ratis</groupId> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> <relativePath>..</relativePath> > >> </parent> > >> > >> <artifactId>ratis-netty</artifactId> > >> <name>Ratis Netty Support</name> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> > >> <dependencies> > >> <dependency> > >> > >> http://git-wip-us.apache.org/repos/asf/incubator-ratis/ > >> blob/ebe62d25/ratis-proto-shaded/pom.xml > >> ---------------------------------------------------------------------- > >> diff --git a/ratis-proto-shaded/pom.xml b/ratis-proto-shaded/pom.xml > >> index 76148c4..8c055a4 100644 > >> --- a/ratis-proto-shaded/pom.xml > >> +++ b/ratis-proto-shaded/pom.xml > >> @@ -19,13 +19,13 @@ > >> <parent> > >> <artifactId>ratis</artifactId> > >> <groupId>org.apache.ratis</groupId> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> <relativePath>..</relativePath> > >> </parent> > >> > >> <artifactId>ratis-proto-shaded</artifactId> > >> <name>Ratis Proto Shaded</name> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> > >> <properties> > >> <maven.javadoc.skip>true</maven.javadoc.skip> > >> > >> http://git-wip-us.apache.org/repos/asf/incubator-ratis/ > >> blob/ebe62d25/ratis-server/pom.xml > >> ---------------------------------------------------------------------- > >> diff --git a/ratis-server/pom.xml b/ratis-server/pom.xml > >> index 9138038..dc6ca92 100644 > >> --- a/ratis-server/pom.xml > >> +++ b/ratis-server/pom.xml > >> @@ -19,13 +19,13 @@ > >> <parent> > >> <artifactId>ratis</artifactId> > >> <groupId>org.apache.ratis</groupId> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> <relativePath>..</relativePath> > >> </parent> > >> > >> <artifactId>ratis-server</artifactId> > >> <name>Ratis Server</name> > >> - <version>0.1-SNAPSHOT</version> > >> + <version>0.11-SNAPSHOT</version> > >> > >> <dependencies> > >> <dependency> > >> > >> >
