Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
traffic-signal-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jinan
traffic-signal-platform
Commits
cbade63c
Commit
cbade63c
authored
Nov 24, 2022
by
hanbing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
统一版本号
parent
5d25855f
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
58 additions
and
70 deletions
+58
-70
pom.xml
identity-client-starter/pom.xml
+1
-1
pom.xml
signal-utc-service/pom.xml
+51
-63
package.xml
signal-utc-service/src/main/assembly/package.xml
+1
-1
pom.xml
signal-web-service/pom.xml
+1
-1
pom.xml
wj-common/pom.xml
+1
-1
pom.xml
wj-databus/pom.xml
+1
-1
pom.xml
wj-identity/pom.xml
+1
-1
pom.xml
wj-portal/pom.xml
+1
-1
No files found.
identity-client-starter/pom.xml
View file @
cbade63c
...
...
@@ -7,7 +7,7 @@
<groupId>
net.wanji
</groupId>
<artifactId>
identity-client-starter
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<version>
0.2.1
</version>
<name>
identity-client-starter
</name>
...
...
signal-utc-service/pom.xml
View file @
cbade63c
...
...
@@ -153,18 +153,6 @@
</dependency>
</dependencies>
<!-- <build>-->
<!-- <plugins>-->
<!-- <plugin>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
<!-- <configuration>-->
<!-- <mainClass>net.wanji.utc.UtcApplication</mainClass>-->
<!-- </configuration>-->
<!-- </plugin>-->
<!-- </plugins>-->
<!-- </build>-->
<build>
<resources>
<resource>
...
...
@@ -266,58 +254,58 @@
<!-- mvn clean package -Dmaven.test.skip=true jib:build -DsendCredentialsOverHttp=true -->
<!-- 使用jib 无需深入学习docker, 无需编写Dockerfile -->
<!-- <plugin>--
>
<!-- <groupId>com.google.cloud.tools</groupId>--
>
<!-- <artifactId>jib-maven-plugin</artifactId>--
>
<!-- <version>2.5.2</version>--
>
<!-- <configuration>--
>
<!-- <!–from节点用来设置镜像的基础镜像,相当于Docerkfile中的FROM关键字–>
-->
<!-- <from>--
>
<!-- <!–使用harbor上的openjdk镜像–>
-->
<!-- <image>10.100.1.87:5000/xinkong/openjdk:8-alpine3.9</image>--
>
<!-- <!–harbor服务器的登录信息–>
-->
<!-- <auth>--
>
<!-- <username>admin</username>--
>
<!-- <password>Wanji300552</password>--
>
<!-- </auth>--
>
<!-- </from>--
>
<!-- <to>--
>
<!-- <image>10.100.1.87:5000/xinkong/${artifactId}:${version}</image>--
>
<!-- <auth>--
>
<!-- <username>admin</username>--
>
<!-- <password>Wanji300552</password>--
>
<!-- </auth>--
>
<!-- </to>--
>
<!-- <container>--
>
<!-- <!–配置jvm虚拟机参数–>
-->
<!-- <jvmFlags>--
>
<!-- <jvmFlag>-Xms512m</jvmFlag>--
>
<!-- </jvmFlags>--
>
<!-- <!–配置使用的时区–>
-->
<!-- <environment>--
>
<!-- <TZ>Asia/Shanghai</TZ>--
>
<!-- </environment>--
>
<!-- <!–要暴露的端口–>
-->
<!-- <ports>--
>
<!-- <port>30000</port>--
>
<!-- </ports>--
>
<!-- <!– <creationTime>2022-10-14T10:08:59.304+08:00</creationTime>–>
-->
<!-- <creationTime>${maven.build.timestamp}</creationTime>--
>
<plugin
>
<groupId>
com.google.cloud.tools
</groupId
>
<artifactId>
jib-maven-plugin
</artifactId
>
<version>
2.5.2
</version
>
<configuration
>
<!--from节点用来设置镜像的基础镜像,相当于Docerkfile中的FROM关键字
-->
<from
>
<!--使用harbor上的openjdk镜像
-->
<image>
10.100.1.87:5000/xinkong/openjdk:8-alpine3.9
</image
>
<!--harbor服务器的登录信息
-->
<auth
>
<username>
admin
</username
>
<password>
Wanji300552
</password
>
</auth
>
</from
>
<to
>
<image>
10.100.1.87:5000/xinkong/${artifactId}:${version}
</image
>
<auth
>
<username>
admin
</username
>
<password>
Wanji300552
</password
>
</auth
>
</to
>
<container
>
<!--配置jvm虚拟机参数
-->
<jvmFlags
>
<jvmFlag>
-Xms512m
</jvmFlag
>
</jvmFlags
>
<!--配置使用的时区
-->
<environment
>
<TZ>
Asia/Shanghai
</TZ
>
</environment
>
<!--要暴露的端口
-->
<ports
>
<port>
30000
</port
>
</ports
>
<!-- <creationTime>2022-10-14T10:08:59.304+08:00</creationTime>
-->
<creationTime>
${maven.build.timestamp}
</creationTime
>
<!-- <mainClass>com.wanji.web.SignalApplication</mainClass>--
>
<!-- </container>--
>
<!-- <!–可以进行HTTP–>
-->
<!-- <allowInsecureRegistries>true</allowInsecureRegistries>--
>
<!-- </configuration>--
>
<!-- <executions>--
>
<!-- <execution>--
>
<!-- <phase>package</phase>--
>
<!-- <goals>--
>
<!-- <goal>build</goal>--
>
<!-- </goals>--
>
<!-- </execution>--
>
<!-- </executions>--
>
<!-- </plugin>--
>
<mainClass>
com.wanji.web.SignalApplication
</mainClass
>
</container
>
<!--可以进行HTTP
-->
<allowInsecureRegistries>
true
</allowInsecureRegistries
>
</configuration
>
<executions
>
<execution
>
<phase>
package
</phase
>
<goals
>
<goal>
build
</goal
>
</goals
>
</execution
>
</executions
>
</plugin
>
</plugins>
</build>
...
...
signal-utc-service/src/main/assembly/package.xml
View file @
cbade63c
...
...
@@ -2,7 +2,7 @@
xmlns=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"
>
<id>
1.0
</id>
<id>
0.2.1
</id>
<formats>
<format>
tar.gz
</format>
<format>
dir
</format>
...
...
signal-web-service/pom.xml
View file @
cbade63c
...
...
@@ -7,7 +7,7 @@
<groupId>
net.wanji
</groupId>
<artifactId>
signal-web-service
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<version>
0.2.1
</version>
<name>
signal-web-service
</name>
...
...
wj-common/pom.xml
View file @
cbade63c
...
...
@@ -7,7 +7,7 @@
<groupId>
net.wanji
</groupId>
<artifactId>
wj-common
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<version>
0.2.1
</version>
<name>
wj-common
</name>
...
...
wj-databus/pom.xml
View file @
cbade63c
...
...
@@ -7,7 +7,7 @@
<groupId>
net.wanji
</groupId>
<artifactId>
wj-databus
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<version>
0.2.1
</version>
<name>
wj-databus
</name>
...
...
wj-identity/pom.xml
View file @
cbade63c
...
...
@@ -7,7 +7,7 @@
<groupId>
net.wanji
</groupId>
<artifactId>
wj-identity
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<version>
0.2.1
</version>
<name>
wj-identity
</name>
...
...
wj-portal/pom.xml
View file @
cbade63c
...
...
@@ -7,7 +7,7 @@
<groupId>
net.wanji
</groupId>
<artifactId>
wj-portal
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<version>
0.2.1
</version>
<name>
wj-portal
</name>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment