Explorar el Código

Fix version display (#2044)

Roman Zabaluev hace 3 años
padre
commit
8393232a83
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      kafka-ui-api/pom.xml
  2. 1 1
      kafka-ui-contract/pom.xml
  3. 1 1
      pom.xml

+ 1 - 1
kafka-ui-api/pom.xml

@@ -396,7 +396,7 @@
                         <configuration>
                             <workingDirectory>../kafka-ui-react-app</workingDirectory>
                             <environmentVariables>
-                                <REACT_APP_TAG>v${project.version}</REACT_APP_TAG>
+                                <REACT_APP_TAG>${project.version}</REACT_APP_TAG>
                                 <REACT_APP_COMMIT>${git.commit.id.abbrev}</REACT_APP_COMMIT>
                             </environmentVariables>
                         </configuration>

+ 1 - 1
kafka-ui-contract/pom.xml

@@ -138,7 +138,7 @@
                         <configuration>
                             <workingDirectory>../kafka-ui-react-app</workingDirectory>
                             <environmentVariables>
-                                <REACT_APP_TAG>v${project.version}</REACT_APP_TAG>
+                                <REACT_APP_TAG>${project.version}</REACT_APP_TAG>
                             </environmentVariables>
                         </configuration>
                         <executions>

+ 1 - 1
pom.xml

@@ -86,5 +86,5 @@
     <artifactId>kafka-ui</artifactId>
     <version>0.0.1-SNAPSHOT</version>
     <name>kafka-ui</name>
-    <description>Kafka metrics for UI panel</description>
+    <description>Web UI for Apache Kafka</description>
 </project>