Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gudaoxuri committed Jan 22, 2024
1 parent 73499b5 commit 6ee25fe
Show file tree
Hide file tree
Showing 46 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion devops/docker/dew-devops/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - \
&& apt-get install -y nodejs

# ----------------- Add maven agent
ARG MAVEN_AGENT_URL=https://oss.sonatype.org/content/repositories/public/group/idealworld/dew/dew-maven-agent/3.0.0-rc.5/dew-maven-agent-3.0.0-rc.5.jar
ARG MAVEN_AGENT_URL=https://oss.sonatype.org/content/repositories/public/group/idealworld/dew/dew-maven-agent/3.0.0-rc.6/dew-maven-agent-3.0.0-rc.6.jar

RUN mkdir -p /opt/maven/ \
&& mkdir -p /opt/jar/ \
Expand Down
4 changes: 2 additions & 2 deletions devops/it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>devops-it</artifactId>
<name>2.2 Dew Devops Integration Tests Build</name>
<packaging>jar</packaging>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>

<properties>
<java.version>21</java.version>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>group.idealworld.dew</groupId>
<artifactId>dew-maven-plugin</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
</dependency>
<dependency>
<groupId>org.jooq</groupId>
Expand Down
2 changes: 1 addition & 1 deletion devops/it/src/it/helloworld-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
</parent>

<groupId>group.idealworld.dew.devops.it</groupId>
Expand Down
2 changes: 1 addition & 1 deletion devops/it/src/it/helloworld-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
</parent>

<groupId>group.idealworld.dew.devops.it</groupId>
Expand Down
2 changes: 1 addition & 1 deletion devops/it/src/it/helloworld-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
</parent>

<groupId>group.idealworld.dew.devops.it</groupId>
Expand Down
2 changes: 1 addition & 1 deletion devops/it/src/it/todo/backend/libraries/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew.devops.it</groupId>
<artifactId>todo-parent</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion devops/it/src/it/todo/backend/services/compute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew.devops.it</groupId>
<artifactId>todo-parent</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion devops/it/src/it/todo/backend/services/kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew.devops.it</groupId>
<artifactId>todo-parent</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion devops/it/src/it/todo/backend/services/notifier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew.devops.it</groupId>
<artifactId>todo-parent</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion devops/it/src/it/todo/frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../../../../../framework/modules/parent-starter</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions devops/it/src/it/todo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
</parent>

<groupId>group.idealworld.dew.devops.it</groupId>
<artifactId>todo-parent</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>group.idealworld.dew.devops.it</groupId>
<artifactId>todo-common</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class HelloWorldLibraryVerify extends BasicProcessor implements Verify {
public void doVerify(String buildPath, String expectedResPath) throws Exception {
loadConfig();
String metaData = $.http.get(itSnapshotRepositoryUrl
+ "group/idealworld/dew/devops/it/helloworld-library/3.0.0-rc.5/maven-metadata.xml");
+ "group/idealworld/dew/devops/it/helloworld-library/3.0.0-rc.6/maven-metadata.xml");
Document doc = JOOX.builder().parse(new ByteArrayInputStream(metaData.getBytes()));
String lastUpdateTime = JOOX.$(doc).find("lastUpdated").get(0).getTextContent();
SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMddHHmmss");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void doVerify(String buildPath, String expectedResPath) throws Exception

// verify parent
String metaData = $.http.get(
itSnapshotRepositoryUrl + "group/idealworld/dew/devops/it/todo-parent/3.0.0-rc.5/maven-metadata.xml");
itSnapshotRepositoryUrl + "group/idealworld/dew/devops/it/todo-parent/3.0.0-rc.6/maven-metadata.xml");
Document doc = JOOX.builder().parse(new ByteArrayInputStream(metaData.getBytes()));
String lastUpdateTime = JOOX.$(doc).find("lastUpdated").get(0).getTextContent();
SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMddHHmmss");
Expand All @@ -33,7 +33,7 @@ public void doVerify(String buildPath, String expectedResPath) throws Exception

// verify common
metaData = $.http.get(
itSnapshotRepositoryUrl + "group/idealworld/dew/devops/it/todo-common/3.0.0-rc.5/maven-metadata.xml");
itSnapshotRepositoryUrl + "group/idealworld/dew/devops/it/todo-common/3.0.0-rc.6/maven-metadata.xml");
doc = JOOX.builder().parse(new ByteArrayInputStream(metaData.getBytes()));
lastUpdateTime = JOOX.$(doc).find("lastUpdated").get(0).getTextContent();
sdf = new SimpleDateFormat("yyyyMMddHHmmss");
Expand Down
4 changes: 2 additions & 2 deletions devops/maven/dew-maven-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../../../framework/modules/parent-starter</relativePath>
</parent>

<artifactId>dew-maven-agent</artifactId>
<packaging>jar</packaging>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<name>2.1 Dew DevOps Maven Agent</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions devops/maven/dew-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../../../framework/modules/parent-starter</relativePath>
</parent>

<artifactId>dew-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<name>2.0 Dew DevOps Maven Plugin</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion devops/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>build-devops</artifactId>
<name>2 Dew Devops Build</name>
<packaging>pom</packaging>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>

<properties>
<maven.install.skip>true</maven.install.skip>
Expand Down
2 changes: 1 addition & 1 deletion devops/sh/dew-devops.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MINIO_BUCKET_NAME=dew
GITLAB_URL=http://gitlab.dew.test
GITLAB_RUNNER_NAMESPACE=devops
GITLAB_RUNNER_NAME=dew-runner
GITLAB_RUNNER_IMAGE=dewms/devops:3.0.0-rc.5
GITLAB_RUNNER_IMAGE=dewms/devops:3.0.0-rc.6
GITLAB_RUNNER_REG_TOKEN=3mezus8cX9qAjkrNY4B
GITLAB_RUNNER_PROFILE=test

Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.16">
<meta name="author" content="v3.0.0-rc.5">
<meta name="author" content="v3.0.0-rc.6">
<title>Dew:一站式微服务解决方案</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<style>
Expand Down Expand Up @@ -443,7 +443,7 @@
<div id="header">
<h1>Dew:一站式微服务解决方案</h1>
<div class="details">
<span id="author" class="author">v3.0.0-rc.5</span><br>
<span id="author" class="author">v3.0.0-rc.6</span><br>
<span id="revdate">2020-6-10</span>
</div>
<div id="toc" class="toc2">
Expand Down Expand Up @@ -3928,7 +3928,7 @@ <h4 id="jdbc_批量插入性能问题"><a class="anchor" href="#jdbc_批量插
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-01-16 09:00:15 +0800
Last updated 2024-01-22 22:32:38 +0800
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../framework/modules/parent-starter</relativePath>
</parent>

<artifactId>docs</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<packaging>pom</packaging>
<name>4 Dew Docs</name>

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/book.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Dew:一站式微服务解决方案
v3.0.0-rc.5
v3.0.0-rc.6
2020-6-10
:doctype: book
:encoding: utf-8
Expand Down
2 changes: 1 addition & 1 deletion examples/auth-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../../framework/modules/parent-starter</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/bone-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../../framework/modules/parent-starter</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/cluster-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../../framework/modules/parent-starter</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/hbase-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../../framework/modules/parent-starter</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/idempotent-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../../framework/modules/parent-starter</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>build-example</artifactId>
<name>3 Dew Example Build</name>
<packaging>pom</packaging>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>

<properties>
<maven.install.skip>true</maven.install.skip>
Expand Down
2 changes: 1 addition & 1 deletion examples/skywalking-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../../framework/modules/parent-starter</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/web-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../../framework/modules/parent-starter</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions framework/assists/sdkgen-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../../modules/parent-starter</relativePath>
</parent>

<artifactId>sdkgen-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<name>1.3.1 Dew SDK Generate Maven Plugin</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion framework/modules/boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../parent-starter</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion framework/modules/cluster-common-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../parent-starter</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion framework/modules/cluster-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../parent-starter</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion framework/modules/cluster-hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../parent-starter</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion framework/modules/cluster-mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../parent-starter</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion framework/modules/cluster-rabbit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../parent-starter</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion framework/modules/cluster-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.idealworld.dew</groupId>
<artifactId>parent-starter</artifactId>
<version>3.0.0-rc.5</version>
<version>3.0.0-rc.6</version>
<relativePath>../parent-starter</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 6ee25fe

Please sign in to comment.