Procházet zdrojové kódy

[feature]bpm-core-0.0.3

JieZ před 3 roky
rodič
revize
5a915c29d1

+ 1 - 1
com/jingtong/base-bpm/0.0.3/_remote.repositories

@@ -1,3 +1,3 @@
1 1
 #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2
-#Wed Nov 03 18:43:02 CST 2021
2
+#Wed Nov 03 18:49:26 CST 2021
3 3
 base-bpm-0.0.3.pom>=

binární
com/jingtong/bpm-client-base/.DS_Store


+ 1 - 1
com/jingtong/bpm-client-base/0.0.3/_remote.repositories

@@ -1,5 +1,5 @@
1 1
 #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2
-#Wed Nov 03 18:43:05 CST 2021
2
+#Wed Nov 03 18:49:29 CST 2021
3 3
 bpm-client-base-0.0.3.pom>=
4 4
 bpm-client-base-0.0.3-sources.jar>=
5 5
 bpm-client-base-0.0.3.jar>=

binární
com/jingtong/bpm-client-base/0.0.3/bpm-client-base-0.0.3-sources.jar


binární
com/jingtong/bpm-client-base/0.0.3/bpm-client-base-0.0.3.jar


+ 5 - 0
com/jingtong/bpm-client-http/0.0.3/_remote.repositories

@@ -0,0 +1,5 @@
1
+#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2
+#Wed Nov 03 18:49:31 CST 2021
3
+bpm-client-http-0.0.3.jar>=
4
+bpm-client-http-0.0.3-sources.jar>=
5
+bpm-client-http-0.0.3.pom>=

binární
com/jingtong/bpm-client-http/0.0.3/bpm-client-http-0.0.3-sources.jar


binární
com/jingtong/bpm-client-http/0.0.3/bpm-client-http-0.0.3.jar


+ 39 - 0
com/jingtong/bpm-client-http/0.0.3/bpm-client-http-0.0.3.pom

@@ -0,0 +1,39 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!--
3
+  ~ The Hefei JingTong RDC(Research and Development Centre) Group.
4
+  ~ __________________
5
+  ~
6
+  ~    Copyright 2015-2021
7
+  ~    All Rights Reserved.
8
+  ~
9
+  ~    NOTICE:  All information contained herein is, and remains
10
+  ~    the property of JingTong Company and its suppliers,
11
+  ~    if any.
12
+  -->
13
+
14
+<project xmlns="http://maven.apache.org/POM/4.0.0"
15
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17
+    <modelVersion>4.0.0</modelVersion>
18
+
19
+    <parent>
20
+        <groupId>com.jingtong</groupId>
21
+        <artifactId>base-bpm</artifactId>
22
+        <version>0.0.3</version>
23
+    </parent>
24
+
25
+    <artifactId>bpm-client-http</artifactId>
26
+    <version>${parent.version}</version>
27
+    <dependencies>
28
+        <dependency>
29
+            <groupId>com.jingtong</groupId>
30
+            <artifactId>bpm-client-base</artifactId>
31
+            <version>${parent.version}</version>
32
+        </dependency>
33
+        <dependency>
34
+            <groupId>com.alibaba</groupId>
35
+            <artifactId>fastjson</artifactId>
36
+            <version>1.2.76</version>
37
+        </dependency>
38
+    </dependencies>
39
+</project>

+ 1 - 1
com/jingtong/bpm-client/0.0.3/_remote.repositories

@@ -1,5 +1,5 @@
1 1
 #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2
-#Wed Nov 03 18:43:06 CST 2021
2
+#Wed Nov 03 18:49:30 CST 2021
3 3
 bpm-client-0.0.3.pom>=
4 4
 bpm-client-0.0.3-sources.jar>=
5 5
 bpm-client-0.0.3.jar>=

binární
com/jingtong/bpm-client/0.0.3/bpm-client-0.0.3-sources.jar


binární
com/jingtong/bpm-client/0.0.3/bpm-client-0.0.3.jar


+ 1 - 1
com/jingtong/bpm-core/0.0.3/_remote.repositories

@@ -1,5 +1,5 @@
1 1
 #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2
-#Wed Nov 03 18:43:16 CST 2021
2
+#Wed Nov 03 18:49:41 CST 2021
3 3
 bpm-core-0.0.3.pom>=
4 4
 bpm-core-0.0.3-sources.jar>=
5 5
 bpm-core-0.0.3.jar>=

binární
com/jingtong/bpm-core/0.0.3/bpm-core-0.0.3-sources.jar


binární
com/jingtong/bpm-core/0.0.3/bpm-core-0.0.3.jar


+ 1 - 1
com/jingtong/bpm-core/0.0.3/bpm-core-0.0.3.pom

@@ -122,7 +122,7 @@
122 122
         <dependency>
123 123
             <groupId>com.jingtong</groupId>
124 124
             <artifactId>bpm-client-http</artifactId>
125
-            <version>0.0.1</version>
125
+            <version>${parent.version}</version>
126 126
         </dependency>
127 127
         <dependency>
128 128
             <groupId>cn.afterturn</groupId>