You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2022/04/22 13:31:05 UTC

[skywalking] branch version updated (51ec04635d -> 2f64c61da8)

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

kezhenxu94 pushed a change to branch version
in repository https://gitbox.apache.org/repos/asf/skywalking.git


 discard 51ec04635d Fix wrong build time in version
     new 2f64c61da8 Fix wrong build time in OAP version

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (51ec04635d)
            \
             N -- N -- N   refs/heads/version (2f64c61da8)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 docs/en/changes/changes.md | 1 +
 1 file changed, 1 insertion(+)


[skywalking] 01/01: Fix wrong build time in OAP version

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

kezhenxu94 pushed a commit to branch version
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 2f64c61da8bd96af81e9c7905ce4d3827af1da04
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Fri Apr 22 21:04:25 2022 +0800

    Fix wrong build time in OAP version
---
 docs/en/changes/changes.md        | 1 +
 oap-server/server-starter/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index 689f69bdc5..36ba88f0f6 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -26,6 +26,7 @@
 * [Critical] Revert [**Enhance DataCarrier#MultipleChannelsConsumer to add
   priority**](https://github.com/apache/skywalking/pull/8664) to avoid consuming issues.
 * Fix the problem that some configurations (such as group.id) did not take effect due to the override order when using the kafkaConsumerConfig property to extend the configuration in Kafka Fetcher.
+* Fix wrong build time in OAP version.
 
 #### UI
 
diff --git a/oap-server/server-starter/pom.xml b/oap-server/server-starter/pom.xml
index 51f6a8e5cc..529dac4198 100644
--- a/oap-server/server-starter/pom.xml
+++ b/oap-server/server-starter/pom.xml
@@ -337,7 +337,7 @@
             <plugin>
                 <groupId>pl.project13.maven</groupId>
                 <artifactId>git-commit-id-plugin</artifactId>
-                <version>4.9.10</version>
+                <version>2.2.1</version>
                 <executions>
                     <execution>
                         <id>get-the-git-information</id>