|
5 | 5 |
|
6 | 6 | <groupId>dev.dsf</groupId> |
7 | 7 | <artifactId>dsf-process-hello-world</artifactId> |
8 | | - <version>2.0.0.0-SNAPSHOT</version> |
| 8 | + <version>2.0.0.0-RC1</version> |
9 | 9 | <packaging>jar</packaging> |
10 | 10 |
|
11 | 11 | <properties> |
12 | | - <project.build.outputTimestamp>2025-10-20T22:00:00Z</project.build.outputTimestamp> |
| 12 | + <project.build.outputTimestamp>2025-11-04T20:15:00Z</project.build.outputTimestamp> |
13 | 13 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
14 | 14 | <maven.compiler.source>25</maven.compiler.source> |
15 | 15 | <maven.compiler.target>25</maven.compiler.target> |
16 | 16 | <maven.compiler.release>25</maven.compiler.release> |
17 | 17 |
|
18 | | - <dsf.version>2.0.0-SNAPSHOT</dsf.version> |
| 18 | + <dsf.version>2.0.0-RC1</dsf.version> |
19 | 19 | <dsf.location>../dsf</dsf.location> |
20 | 20 | </properties> |
21 | 21 |
|
22 | 22 | <name>dsf-process-hello-world</name> |
23 | | - <description>Hello World DSF process</description> |
| 23 | + <description>Hello World Process Plugin</description> |
24 | 24 | <url>https://github.com/datasharingframework/dsf-process-hello-world</url> |
| 25 | + |
| 26 | + <organization> |
| 27 | + <name>Heilbronn University of Applied Sciences</name> |
| 28 | + <url>https://www.hs-heilbronn.de</url> |
| 29 | + </organization> |
25 | 30 |
|
26 | 31 | <scm> |
27 | 32 | <connection>scm:git:git://github.com/datasharingframework/dsf-process-hello-world.git</connection> |
|
333 | 338 | <artifactId>maven-dependency-plugin</artifactId> |
334 | 339 | <executions> |
335 | 340 | <execution> |
336 | | - <id>copy-process-plugin-to-docker-test-setup</id> |
| 341 | + <id>copy-process-plugin-to-docker-dev-setup</id> |
337 | 342 | <phase>package</phase> |
338 | 343 | <goals> |
339 | 344 | <goal>copy</goal> |
|
346 | 351 | <version>${project.version}</version> |
347 | 352 | </artifactItem> |
348 | 353 | </artifactItems> |
349 | | - <outputDirectory>${dsf.location}/dsf-docker-test-setup/bpe/process</outputDirectory> |
| 354 | + <outputDirectory>${dsf.location}/dsf-docker-dev-setup/bpe/process</outputDirectory> |
350 | 355 | </configuration> |
351 | 356 | </execution> |
352 | 357 | <execution> |
353 | | - <id>copy-process-plugin-to-docker-test-setup-3dic-ttp/dic1</id> |
| 358 | + <id>copy-process-plugin-to-docker-dev-setup-3dic-ttp/dic1</id> |
354 | 359 | <phase>package</phase> |
355 | 360 | <goals> |
356 | 361 | <goal>copy</goal> |
|
363 | 368 | <version>${project.version}</version> |
364 | 369 | </artifactItem> |
365 | 370 | </artifactItems> |
366 | | - <outputDirectory>${dsf.location}/dsf-docker-test-setup-3dic-ttp/dic1/bpe/process</outputDirectory> |
| 371 | + <outputDirectory>${dsf.location}/dsf-docker-dev-setup-3dic-ttp/dic1/bpe/process</outputDirectory> |
367 | 372 | </configuration> |
368 | 373 | </execution> |
369 | 374 | </executions> |
|
374 | 379 | <configuration> |
375 | 380 | <filesets> |
376 | 381 | <fileset> |
377 | | - <directory>${dsf.location}/dsf-docker-test-setup/bpe/process</directory> |
| 382 | + <directory>${dsf.location}/dsf-docker-dev-setup/bpe/process</directory> |
378 | 383 | <includes> |
379 | 384 | <include>${project.artifactId}-${project.version}.jar</include> |
380 | 385 | </includes> |
381 | 386 | <followSymlinks>false</followSymlinks> |
382 | 387 | </fileset> |
383 | 388 | <fileset> |
384 | | - <directory>${dsf.location}/dsf-docker-test-setup-3dic-ttp/dic1/bpe/process</directory> |
| 389 | + <directory>${dsf.location}/dsf-docker-dev-setup-3dic-ttp/dic1/bpe/process</directory> |
385 | 390 | <includes> |
386 | 391 | <include>${project.artifactId}-${project.version}.jar</include> |
387 | 392 | </includes> |
|
0 commit comments