Skip to content

Commit

Permalink
Merge branch 'apache:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
sadadw1 authored Sep 13, 2024
2 parents 0a155e8 + 172610b commit b43d435
Show file tree
Hide file tree
Showing 860 changed files with 497 additions and 54,289 deletions.
2 changes: 1 addition & 1 deletion ozhera-app/app-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>app-api</artifactId>
<version>${hera-app.release.version}</version>

<dependencies>
<dependency>
<groupId>org.apache.ozhera</groupId>
<artifactId>app-common</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
3 changes: 2 additions & 1 deletion ozhera-intelligence/ozhera-intelligence-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@

<!-- trace domain -->
<dependency>
<groupId>org.apache.ozhera</groupId>
<groupId>run.mone</groupId>
<artifactId>trace-etl-domain</artifactId>
<version>1.0.1-jdk21</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ozhera-intelligence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.ozhera</groupId>
<artifactId>ozhera</artifactId>
<artifactId>ozhera-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions ozhera-log/log-agent-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozhera</groupId>
<artifactId>ozhera-log</artifactId>
<groupId>run.mone</groupId>
<version>1.4.0-jdk21</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -153,7 +153,7 @@
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
<manifest>
<mainClass>com.xiaomi.mone.log.server.LogAgentServerBootstrap</mainClass>
<mainClass>org.apache.ozhera.log.server.LogAgentServerBootstrap</mainClass>
</manifest>
</archive>
</configuration>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b43d435

Please sign in to comment.