|
5 | 5 |
|
6 | 6 | <groupId>dev.dsf</groupId> |
7 | 7 | <artifactId>dsf-process-ping-pong</artifactId> |
8 | | - <version>1.0.0.0-M1</version> |
| 8 | + <version>1.0.0.0</version> |
9 | 9 | <packaging>jar</packaging> |
10 | 10 |
|
11 | 11 | <properties> |
12 | 12 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
13 | 13 | <compileSource>17</compileSource> |
14 | 14 | <compileTarget>17</compileTarget> |
15 | 15 |
|
16 | | - <dsf.version>1.0.0-M1</dsf.version> |
| 16 | + <dsf.version>1.1.0</dsf.version> |
17 | 17 | <dsf.location>../dsf</dsf.location> |
18 | 18 | </properties> |
19 | 19 |
|
|
45 | 45 | <dependency> |
46 | 46 | <groupId>org.springframework</groupId> |
47 | 47 | <artifactId>spring-web</artifactId> |
48 | | - <version>6.0.9</version> |
| 48 | + <version>6.0.10</version> |
49 | 49 | <scope>provided</scope> |
50 | 50 | </dependency> |
51 | 51 |
|
|
92 | 92 | <plugin> |
93 | 93 | <groupId>org.apache.maven.plugins</groupId> |
94 | 94 | <artifactId>maven-surefire-plugin</artifactId> |
95 | | - <version>3.1.0</version> |
| 95 | + <version>3.1.2</version> |
96 | 96 | </plugin> |
97 | 97 | <plugin> |
98 | 98 | <groupId>org.apache.maven.plugins</groupId> |
|
114 | 114 | <plugin> |
115 | 115 | <groupId>org.apache.maven.plugins</groupId> |
116 | 116 | <artifactId>maven-shade-plugin</artifactId> |
117 | | - <version>3.4.1</version> |
| 117 | + <version>3.5.0</version> |
118 | 118 | </plugin> |
119 | 119 | <plugin> |
120 | 120 | <groupId>org.apache.maven.plugins</groupId> |
121 | 121 | <artifactId>maven-dependency-plugin</artifactId> |
122 | | - <version>3.5.0</version> |
| 122 | + <version>3.6.0</version> |
123 | 123 | </plugin> |
124 | 124 | <plugin> |
125 | 125 | <groupId>org.apache.maven.plugins</groupId> |
126 | 126 | <artifactId>maven-clean-plugin</artifactId> |
127 | | - <version>3.2.0</version> |
| 127 | + <version>3.3.1</version> |
128 | 128 | </plugin> |
129 | 129 | <plugin> |
130 | 130 | <groupId>org.codehaus.mojo</groupId> |
131 | 131 | <artifactId>buildnumber-maven-plugin</artifactId> |
| 132 | + <!-- 3.1.0 not working, no git commit hash as buildnumber --> |
132 | 133 | <version>1.4</version> |
133 | 134 | <executions> |
134 | 135 | <execution> |
|
146 | 147 | <plugin> |
147 | 148 | <groupId>net.revelc.code.formatter</groupId> |
148 | 149 | <artifactId>formatter-maven-plugin</artifactId> |
149 | | - <version>2.22.0</version> |
| 150 | + <version>2.23.0</version> |
150 | 151 | <configuration> |
151 | 152 | <configFile>eclipse-formatter-config.xml</configFile> |
152 | 153 | </configuration> |
|
294 | 295 | </configuration> |
295 | 296 | </execution> |
296 | 297 | <execution> |
297 | | - <id>copy-process-plugin-to-docker-test-setup-3medic-ttp/medic1</id> |
| 298 | + <id>copy-process-plugin-to-docker-test-setup-3dic-ttp/dic1</id> |
298 | 299 | <phase>package</phase> |
299 | 300 | <goals> |
300 | 301 | <goal>copy</goal> |
|
307 | 308 | <version>${project.version}</version> |
308 | 309 | </artifactItem> |
309 | 310 | </artifactItems> |
310 | | - <outputDirectory>${dsf.location}/dsf-docker-test-setup-3medic-ttp/medic1/bpe/process</outputDirectory> |
| 311 | + <outputDirectory>${dsf.location}/dsf-docker-test-setup-3dic-ttp/dic1/bpe/process</outputDirectory> |
311 | 312 | </configuration> |
312 | 313 | </execution> |
313 | 314 | <execution> |
314 | | - <id>copy-process-plugin-to-docker-test-setup-3medic-ttp/medic2</id> |
| 315 | + <id>copy-process-plugin-to-docker-test-setup-3dic-ttp/dic2</id> |
315 | 316 | <phase>package</phase> |
316 | 317 | <goals> |
317 | 318 | <goal>copy</goal> |
|
324 | 325 | <version>${project.version}</version> |
325 | 326 | </artifactItem> |
326 | 327 | </artifactItems> |
327 | | - <outputDirectory>${dsf.location}/dsf-docker-test-setup-3medic-ttp/medic2/bpe/process</outputDirectory> |
| 328 | + <outputDirectory>${dsf.location}/dsf-docker-test-setup-3dic-ttp/dic2/bpe/process</outputDirectory> |
328 | 329 | </configuration> |
329 | 330 | </execution> |
330 | 331 | <execution> |
331 | | - <id>copy-process-plugin-to-docker-test-setup-3medic-ttp/medic3</id> |
| 332 | + <id>copy-process-plugin-to-docker-test-setup-3dic-ttp/dic3</id> |
332 | 333 | <phase>package</phase> |
333 | 334 | <goals> |
334 | 335 | <goal>copy</goal> |
|
341 | 342 | <version>${project.version}</version> |
342 | 343 | </artifactItem> |
343 | 344 | </artifactItems> |
344 | | - <outputDirectory>${dsf.location}/dsf-docker-test-setup-3medic-ttp/medic3/bpe/process</outputDirectory> |
| 345 | + <outputDirectory>${dsf.location}/dsf-docker-test-setup-3dic-ttp/dic3/bpe/process</outputDirectory> |
345 | 346 | </configuration> |
346 | 347 | </execution> |
347 | 348 | <execution> |
348 | | - <id>copy-process-plugin-to-docker-test-setup-3medic-ttp/ttp</id> |
| 349 | + <id>copy-process-plugin-to-docker-test-setup-3dic-ttp/ttp</id> |
349 | 350 | <phase>package</phase> |
350 | 351 | <goals> |
351 | 352 | <goal>copy</goal> |
|
358 | 359 | <version>${project.version}</version> |
359 | 360 | </artifactItem> |
360 | 361 | </artifactItems> |
361 | | - <outputDirectory>${dsf.location}/dsf-docker-test-setup-3medic-ttp/ttp/bpe/process</outputDirectory> |
| 362 | + <outputDirectory>${dsf.location}/dsf-docker-test-setup-3dic-ttp/ttp/bpe/process</outputDirectory> |
362 | 363 | </configuration> |
363 | 364 | </execution> |
364 | 365 | </executions> |
|
376 | 377 | <followSymlinks>false</followSymlinks> |
377 | 378 | </fileset> |
378 | 379 | <fileset> |
379 | | - <directory>${dsf.location}/dsf-docker-test-setup-3medic-ttp/medic1/bpe/process</directory> |
| 380 | + <directory>${dsf.location}/dsf-docker-test-setup-3dic-ttp/dic1/bpe/process</directory> |
380 | 381 | <includes> |
381 | 382 | <include>${project.artifactId}-${project.version}.jar</include> |
382 | 383 | </includes> |
383 | 384 | <followSymlinks>false</followSymlinks> |
384 | 385 | </fileset> |
385 | 386 | <fileset> |
386 | | - <directory>${dsf.location}/dsf-docker-test-setup-3medic-ttp/medic2/bpe/process</directory> |
| 387 | + <directory>${dsf.location}/dsf-docker-test-setup-3dic-ttp/dic2/bpe/process</directory> |
387 | 388 | <includes> |
388 | 389 | <include>${project.artifactId}-${project.version}.jar</include> |
389 | 390 | </includes> |
390 | 391 | <followSymlinks>false</followSymlinks> |
391 | 392 | </fileset> |
392 | 393 | <fileset> |
393 | | - <directory>${dsf.location}/dsf-docker-test-setup-3medic-ttp/medic3/bpe/process</directory> |
| 394 | + <directory>${dsf.location}/dsf-docker-test-setup-3dic-ttp/dic3/bpe/process</directory> |
394 | 395 | <includes> |
395 | 396 | <include>${project.artifactId}-${project.version}.jar</include> |
396 | 397 | </includes> |
397 | 398 | <followSymlinks>false</followSymlinks> |
398 | 399 | </fileset> |
399 | 400 | <fileset> |
400 | | - <directory>${dsf.location}/dsf-docker-test-setup-3medic-ttp/ttp/bpe/process</directory> |
| 401 | + <directory>${dsf.location}/dsf-docker-test-setup-3dic-ttp/ttp/bpe/process</directory> |
401 | 402 | <includes> |
402 | 403 | <include>${project.artifactId}-${project.version}.jar</include> |
403 | 404 | </includes> |
|
0 commit comments