Skip to content

Commit 045da83

Browse files
committed
dsf version to 2.0.0-RC1, additional entries in plugin.properties
1 parent 99ac306 commit 045da83

2 files changed

Lines changed: 19 additions & 11 deletions

File tree

pom.xml

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,28 @@
55

66
<groupId>dev.dsf</groupId>
77
<artifactId>dsf-process-hello-world</artifactId>
8-
<version>2.0.0.0-SNAPSHOT</version>
8+
<version>2.0.0.0-RC1</version>
99
<packaging>jar</packaging>
1010

1111
<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>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<maven.compiler.source>25</maven.compiler.source>
1515
<maven.compiler.target>25</maven.compiler.target>
1616
<maven.compiler.release>25</maven.compiler.release>
1717

18-
<dsf.version>2.0.0-SNAPSHOT</dsf.version>
18+
<dsf.version>2.0.0-RC1</dsf.version>
1919
<dsf.location>../dsf</dsf.location>
2020
</properties>
2121

2222
<name>dsf-process-hello-world</name>
23-
<description>Hello World DSF process</description>
23+
<description>Hello World Process Plugin</description>
2424
<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>
2530

2631
<scm>
2732
<connection>scm:git:git://github.com/datasharingframework/dsf-process-hello-world.git</connection>
@@ -333,7 +338,7 @@
333338
<artifactId>maven-dependency-plugin</artifactId>
334339
<executions>
335340
<execution>
336-
<id>copy-process-plugin-to-docker-test-setup</id>
341+
<id>copy-process-plugin-to-docker-dev-setup</id>
337342
<phase>package</phase>
338343
<goals>
339344
<goal>copy</goal>
@@ -346,11 +351,11 @@
346351
<version>${project.version}</version>
347352
</artifactItem>
348353
</artifactItems>
349-
<outputDirectory>${dsf.location}/dsf-docker-test-setup/bpe/process</outputDirectory>
354+
<outputDirectory>${dsf.location}/dsf-docker-dev-setup/bpe/process</outputDirectory>
350355
</configuration>
351356
</execution>
352357
<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>
354359
<phase>package</phase>
355360
<goals>
356361
<goal>copy</goal>
@@ -363,7 +368,7 @@
363368
<version>${project.version}</version>
364369
</artifactItem>
365370
</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>
367372
</configuration>
368373
</execution>
369374
</executions>
@@ -374,14 +379,14 @@
374379
<configuration>
375380
<filesets>
376381
<fileset>
377-
<directory>${dsf.location}/dsf-docker-test-setup/bpe/process</directory>
382+
<directory>${dsf.location}/dsf-docker-dev-setup/bpe/process</directory>
378383
<includes>
379384
<include>${project.artifactId}-${project.version}.jar</include>
380385
</includes>
381386
<followSymlinks>false</followSymlinks>
382387
</fileset>
383388
<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>
385390
<includes>
386391
<include>${project.artifactId}-${project.version}.jar</include>
387392
</includes>
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
release-date=${project.build.outputTimestamp}
22
version=${project.version}
3-
name=${project.artifactId}
3+
name=${project.artifactId}
4+
title=${project.description}
5+
publisher=${project.organization.name}
6+
publisher-email=dsf-gecko@hs-heilbronn.de

0 commit comments

Comments
 (0)