You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/05/17 11:25:44 UTC

[incubator-zipkin] branch use-packaged-classic created (now 573d725)

This is an automated email from the ASF dual-hosted git repository.

adriancole pushed a change to branch use-packaged-classic
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin.git.


      at 573d725  Uses legacy packaging of classic UI until it can be deleted

This branch includes the following new commits:

     new 573d725  Uses legacy packaging of classic UI until it can be deleted

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-zipkin] 01/01: Uses legacy packaging of classic UI until it can be deleted

Posted by ad...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

adriancole pushed a commit to branch use-packaged-classic
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin.git

commit 573d7255e325c6ce11269bce6a31f253b729f224
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Fri May 17 13:24:20 2019 +0200

    Uses legacy packaging of classic UI until it can be deleted
    
    This frees us of the responsibility of building the old UI in every run.
    This also allows us to delete the old codebase, solving some ASF
    bookkeeping concerns.
---
 pom.xml               | 1 -
 zipkin-server/pom.xml | 7 ++++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 923c9fe..5fd348e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,6 @@
   <modules>
     <module>zipkin</module>
     <module>zipkin-tests</module>
-    <module>zipkin-ui</module>
     <module>zipkin-lens</module>
     <module>zipkin-junit</module>
     <module>benchmarks</module>
diff --git a/zipkin-server/pom.xml b/zipkin-server/pom.xml
index eaa5f23..0e5da95 100644
--- a/zipkin-server/pom.xml
+++ b/zipkin-server/pom.xml
@@ -108,12 +108,13 @@
       <version>${project.version}</version>
     </dependency>
 
-    <!-- Static content for the web UI -->
+    <!-- Static content for the Classic UI -->
     <dependency>
-      <groupId>${project.groupId}</groupId>
+      <groupId>io.zipkin.java</groupId>
       <artifactId>zipkin-ui</artifactId>
-      <version>${project.version}</version>
+      <version>2.12.10</version>
     </dependency>
+    <!-- Static content for the Lens UI -->
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>zipkin-lens</artifactId>