Skip to content

Commit 1c11fc2

Browse files
authored
v8.0.5
2 parents 98399c3 + 2b3edeb commit 1c11fc2

File tree

44 files changed

+92
-68
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+92
-68
lines changed

bus-all/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-javadoc-plugin</artifactId>
99-
<version>3.6.3</version>
99+
<version>3.7.0</version>
100100
<executions>
101101
<execution>
102102
<id>attach-javadocs</id>
@@ -123,7 +123,7 @@
123123
<plugin>
124124
<groupId>org.apache.maven.plugins</groupId>
125125
<artifactId>maven-gpg-plugin</artifactId>
126-
<version>3.2.3</version>
126+
<version>3.2.4</version>
127127
<executions>
128128
<execution>
129129
<id>sonatype-nexus-staging</id>

bus-base/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<plugin>
127127
<groupId>org.apache.maven.plugins</groupId>
128128
<artifactId>maven-javadoc-plugin</artifactId>
129-
<version>3.6.3</version>
129+
<version>3.7.0</version>
130130
<executions>
131131
<execution>
132132
<id>attach-javadocs</id>
@@ -153,7 +153,7 @@
153153
<plugin>
154154
<groupId>org.apache.maven.plugins</groupId>
155155
<artifactId>maven-gpg-plugin</artifactId>
156-
<version>3.2.3</version>
156+
<version>3.2.4</version>
157157
<executions>
158158
<execution>
159159
<id>sonatype-nexus-staging</id>

bus-bom/pom.xml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@
144144
<artifactId>bus-mapper</artifactId>
145145
<version>${project.version}</version>
146146
</dependency>
147+
<dependency>
148+
<groupId>${project.groupId}</groupId>
149+
<artifactId>bus-notify</artifactId>
150+
<version>${project.version}</version>
151+
</dependency>
147152
<dependency>
148153
<groupId>${project.groupId}</groupId>
149154
<artifactId>bus-oauth</artifactId>
@@ -159,6 +164,11 @@
159164
<artifactId>bus-pager</artifactId>
160165
<version>${project.version}</version>
161166
</dependency>
167+
<dependency>
168+
<groupId>${project.groupId}</groupId>
169+
<artifactId>bus-pay</artifactId>
170+
<version>${project.version}</version>
171+
</dependency>
162172
<dependency>
163173
<groupId>${project.groupId}</groupId>
164174
<artifactId>bus-proxy</artifactId>
@@ -174,11 +184,21 @@
174184
<artifactId>bus-setting</artifactId>
175185
<version>${project.version}</version>
176186
</dependency>
187+
<dependency>
188+
<groupId>${project.groupId}</groupId>
189+
<artifactId>bus-shade</artifactId>
190+
<version>${project.version}</version>
191+
</dependency>
177192
<dependency>
178193
<groupId>${project.groupId}</groupId>
179194
<artifactId>bus-socket</artifactId>
180195
<version>${project.version}</version>
181196
</dependency>
197+
<dependency>
198+
<groupId>${project.groupId}</groupId>
199+
<artifactId>bus-spring</artifactId>
200+
<version>${project.version}</version>
201+
</dependency>
182202
<dependency>
183203
<groupId>${project.groupId}</groupId>
184204
<artifactId>bus-starter</artifactId>
@@ -215,7 +235,7 @@
215235
<plugin>
216236
<groupId>org.apache.maven.plugins</groupId>
217237
<artifactId>maven-javadoc-plugin</artifactId>
218-
<version>3.6.3</version>
238+
<version>3.7.0</version>
219239
<executions>
220240
<execution>
221241
<id>attach-javadocs</id>
@@ -242,7 +262,7 @@
242262
<plugin>
243263
<groupId>org.apache.maven.plugins</groupId>
244264
<artifactId>maven-gpg-plugin</artifactId>
245-
<version>3.2.3</version>
265+
<version>3.2.4</version>
246266
<executions>
247267
<execution>
248268
<id>sonatype-nexus-staging</id>

bus-cache/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
<plugin>
233233
<groupId>org.apache.maven.plugins</groupId>
234234
<artifactId>maven-javadoc-plugin</artifactId>
235-
<version>3.6.3</version>
235+
<version>3.7.0</version>
236236
<executions>
237237
<execution>
238238
<id>attach-javadocs</id>
@@ -259,7 +259,7 @@
259259
<plugin>
260260
<groupId>org.apache.maven.plugins</groupId>
261261
<artifactId>maven-gpg-plugin</artifactId>
262-
<version>3.2.3</version>
262+
<version>3.2.4</version>
263263
<executions>
264264
<execution>
265265
<id>sonatype-nexus-staging</id>

bus-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<plugin>
105105
<groupId>org.apache.maven.plugins</groupId>
106106
<artifactId>maven-javadoc-plugin</artifactId>
107-
<version>3.6.3</version>
107+
<version>3.7.0</version>
108108
<executions>
109109
<execution>
110110
<id>attach-javadocs</id>
@@ -131,7 +131,7 @@
131131
<plugin>
132132
<groupId>org.apache.maven.plugins</groupId>
133133
<artifactId>maven-gpg-plugin</artifactId>
134-
<version>3.2.3</version>
134+
<version>3.2.4</version>
135135
<executions>
136136
<execution>
137137
<id>sonatype-nexus-staging</id>

bus-cron/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-javadoc-plugin</artifactId>
98-
<version>3.6.3</version>
98+
<version>3.7.0</version>
9999
<executions>
100100
<execution>
101101
<id>attach-javadocs</id>
@@ -122,7 +122,7 @@
122122
<plugin>
123123
<groupId>org.apache.maven.plugins</groupId>
124124
<artifactId>maven-gpg-plugin</artifactId>
125-
<version>3.2.3</version>
125+
<version>3.2.4</version>
126126
<executions>
127127
<execution>
128128
<id>sonatype-nexus-staging</id>

bus-crypto/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-javadoc-plugin</artifactId>
112-
<version>3.6.3</version>
112+
<version>3.7.0</version>
113113
<executions>
114114
<execution>
115115
<id>attach-javadocs</id>
@@ -136,7 +136,7 @@
136136
<plugin>
137137
<groupId>org.apache.maven.plugins</groupId>
138138
<artifactId>maven-gpg-plugin</artifactId>
139-
<version>3.2.3</version>
139+
<version>3.2.4</version>
140140
<executions>
141141
<execution>
142142
<id>sonatype-nexus-staging</id>

bus-extra/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
394394
<plugin>
395395
<groupId>org.apache.maven.plugins</groupId>
396396
<artifactId>maven-javadoc-plugin</artifactId>
397-
<version>3.6.3</version>
397+
<version>3.7.0</version>
398398
<executions>
399399
<execution>
400400
<id>attach-javadocs</id>
@@ -421,7 +421,7 @@
421421
<plugin>
422422
<groupId>org.apache.maven.plugins</groupId>
423423
<artifactId>maven-gpg-plugin</artifactId>
424-
<version>3.2.3</version>
424+
<version>3.2.4</version>
425425
<executions>
426426
<execution>
427427
<id>sonatype-nexus-staging</id>

bus-gitlab/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<plugin>
124124
<groupId>org.apache.maven.plugins</groupId>
125125
<artifactId>maven-javadoc-plugin</artifactId>
126-
<version>3.6.3</version>
126+
<version>3.7.0</version>
127127
<executions>
128128
<execution>
129129
<id>attach-javadocs</id>
@@ -150,7 +150,7 @@
150150
<plugin>
151151
<groupId>org.apache.maven.plugins</groupId>
152152
<artifactId>maven-gpg-plugin</artifactId>
153-
<version>3.2.3</version>
153+
<version>3.2.4</version>
154154
<executions>
155155
<execution>
156156
<id>sonatype-nexus-staging</id>

bus-goalie/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-javadoc-plugin</artifactId>
135-
<version>3.6.3</version>
135+
<version>3.7.0</version>
136136
<executions>
137137
<execution>
138138
<id>attach-javadocs</id>
@@ -159,7 +159,7 @@
159159
<plugin>
160160
<groupId>org.apache.maven.plugins</groupId>
161161
<artifactId>maven-gpg-plugin</artifactId>
162-
<version>3.2.3</version>
162+
<version>3.2.4</version>
163163
<executions>
164164
<execution>
165165
<id>sonatype-nexus-staging</id>

bus-health/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<plugin>
103103
<groupId>org.apache.maven.plugins</groupId>
104104
<artifactId>maven-javadoc-plugin</artifactId>
105-
<version>3.6.3</version>
105+
<version>3.7.0</version>
106106
<executions>
107107
<execution>
108108
<id>attach-javadocs</id>
@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>org.apache.maven.plugins</groupId>
131131
<artifactId>maven-gpg-plugin</artifactId>
132-
<version>3.2.3</version>
132+
<version>3.2.4</version>
133133
<executions>
134134
<execution>
135135
<id>sonatype-nexus-staging</id>

bus-http/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-javadoc-plugin</artifactId>
112-
<version>3.6.3</version>
112+
<version>3.7.0</version>
113113
<executions>
114114
<execution>
115115
<id>attach-javadocs</id>
@@ -136,7 +136,7 @@
136136
<plugin>
137137
<groupId>org.apache.maven.plugins</groupId>
138138
<artifactId>maven-gpg-plugin</artifactId>
139-
<version>3.2.3</version>
139+
<version>3.2.4</version>
140140
<executions>
141141
<execution>
142142
<id>sonatype-nexus-staging</id>

bus-image/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-javadoc-plugin</artifactId>
112-
<version>3.6.3</version>
112+
<version>3.7.0</version>
113113
<executions>
114114
<execution>
115115
<id>attach-javadocs</id>
@@ -136,7 +136,7 @@
136136
<plugin>
137137
<groupId>org.apache.maven.plugins</groupId>
138138
<artifactId>maven-gpg-plugin</artifactId>
139-
<version>3.2.3</version>
139+
<version>3.2.4</version>
140140
<executions>
141141
<execution>
142142
<id>sonatype-nexus-staging</id>

bus-limiter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>org.apache.maven.plugins</groupId>
123123
<artifactId>maven-javadoc-plugin</artifactId>
124-
<version>3.6.3</version>
124+
<version>3.7.0</version>
125125
<executions>
126126
<execution>
127127
<id>attach-javadocs</id>
@@ -148,7 +148,7 @@
148148
<plugin>
149149
<groupId>org.apache.maven.plugins</groupId>
150150
<artifactId>maven-gpg-plugin</artifactId>
151-
<version>3.2.3</version>
151+
<version>3.2.4</version>
152152
<executions>
153153
<execution>
154154
<id>sonatype-nexus-staging</id>

bus-logger/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<plugin>
143143
<groupId>org.apache.maven.plugins</groupId>
144144
<artifactId>maven-javadoc-plugin</artifactId>
145-
<version>3.6.3</version>
145+
<version>3.7.0</version>
146146
<executions>
147147
<execution>
148148
<id>attach-javadocs</id>
@@ -169,7 +169,7 @@
169169
<plugin>
170170
<groupId>org.apache.maven.plugins</groupId>
171171
<artifactId>maven-gpg-plugin</artifactId>
172-
<version>3.2.3</version>
172+
<version>3.2.4</version>
173173
<executions>
174174
<execution>
175175
<id>sonatype-nexus-staging</id>

bus-mapper/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<plugin>
124124
<groupId>org.apache.maven.plugins</groupId>
125125
<artifactId>maven-javadoc-plugin</artifactId>
126-
<version>3.6.3</version>
126+
<version>3.7.0</version>
127127
<executions>
128128
<execution>
129129
<id>attach-javadocs</id>
@@ -150,7 +150,7 @@
150150
<plugin>
151151
<groupId>org.apache.maven.plugins</groupId>
152152
<artifactId>maven-gpg-plugin</artifactId>
153-
<version>3.2.3</version>
153+
<version>3.2.4</version>
154154
<executions>
155155
<execution>
156156
<id>sonatype-nexus-staging</id>

bus-notify/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<plugin>
125125
<groupId>org.apache.maven.plugins</groupId>
126126
<artifactId>maven-javadoc-plugin</artifactId>
127-
<version>3.6.3</version>
127+
<version>3.7.0</version>
128128
<executions>
129129
<execution>
130130
<id>attach-javadocs</id>
@@ -151,7 +151,7 @@
151151
<plugin>
152152
<groupId>org.apache.maven.plugins</groupId>
153153
<artifactId>maven-gpg-plugin</artifactId>
154-
<version>3.2.3</version>
154+
<version>3.2.4</version>
155155
<executions>
156156
<execution>
157157
<id>sonatype-nexus-staging</id>

bus-oauth/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
<plugin>
160160
<groupId>org.apache.maven.plugins</groupId>
161161
<artifactId>maven-javadoc-plugin</artifactId>
162-
<version>3.6.3</version>
162+
<version>3.7.0</version>
163163
<executions>
164164
<execution>
165165
<id>attach-javadocs</id>
@@ -186,7 +186,7 @@
186186
<plugin>
187187
<groupId>org.apache.maven.plugins</groupId>
188188
<artifactId>maven-gpg-plugin</artifactId>
189-
<version>3.2.3</version>
189+
<version>3.2.4</version>
190190
<executions>
191191
<execution>
192192
<id>sonatype-nexus-staging</id>

bus-office/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<plugin>
154154
<groupId>org.apache.maven.plugins</groupId>
155155
<artifactId>maven-javadoc-plugin</artifactId>
156-
<version>3.6.3</version>
156+
<version>3.7.0</version>
157157
<executions>
158158
<execution>
159159
<id>attach-javadocs</id>
@@ -180,7 +180,7 @@
180180
<plugin>
181181
<groupId>org.apache.maven.plugins</groupId>
182182
<artifactId>maven-gpg-plugin</artifactId>
183-
<version>3.2.3</version>
183+
<version>3.2.4</version>
184184
<executions>
185185
<execution>
186186
<id>sonatype-nexus-staging</id>

0 commit comments

Comments
 (0)