You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/04/25 23:35:45 UTC

[04/48] mesos git commit: Updated Maven README file for 0.27.0 release.

Updated Maven README file for 0.27.0 release.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/12d0cf4c
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/12d0cf4c
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/12d0cf4c

Branch: refs/heads/0.27.x
Commit: 12d0cf4c70ce754a2daf507e86c4ec91fd942ef0
Parents: 0869c2d
Author: Michael Park <mp...@apache.org>
Authored: Wed Jan 27 19:52:11 2016 -0800
Committer: Michael Park <mp...@apache.org>
Committed: Wed Jan 27 20:04:51 2016 -0800

----------------------------------------------------------------------
 src/java/MESOS-MAVEN-README | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/12d0cf4c/src/java/MESOS-MAVEN-README
----------------------------------------------------------------------
diff --git a/src/java/MESOS-MAVEN-README b/src/java/MESOS-MAVEN-README
index c39befd..2812fb1 100644
--- a/src/java/MESOS-MAVEN-README
+++ b/src/java/MESOS-MAVEN-README
@@ -8,11 +8,11 @@ it will be copied into Maven Central.
 
 NOTE: Publishing artifacts to Maven as described below requires the Mesos Java
 classes to be generated from the Protobuf file. The easiest way to do this is
-to run `make src/java/target/mesos-0.19.0.jar`. In addition, Maven will create
+to run `make src/java/target/mesos-0.27.0.jar`. In addition, Maven will create
 a shaded jar that includes the protobuf classes
-(src/java/target/mesos-shaded-protobuf-0.19.0.jar), a jar containing the Java
-source files (src/java/target/mesos-0.19.0-sources.jar) and the Javadoc
-(src/java/target/mesos-0.19.0-javadoc.jar), and all four of these files, as
+(src/java/target/mesos-shaded-protobuf-0.27.0.jar), a jar containing the Java
+source files (src/java/target/mesos-0.27.0-sources.jar) and the Javadoc
+(src/java/target/mesos-0.27.0-javadoc.jar), and all four of these files, as
 well as an .md5 and .sha1 for each of the jars, and finally an additional *.asc
 signature file for each of the above files (all in src/java/target).