Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Kliczewski <[email protected]>
  • Loading branch information
pkliczewski committed Mar 17, 2023
1 parent 2975c51 commit 95a7cf2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<description>Compute aggregated test code coverage</description>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<revision>1.0.2-SNAPSHOT</revision>
<revision>1.0.2</revision>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions notification-service/.flattened-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>dev.parodos</groupId>
<artifactId>parados-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<groupId>dev.parodos</groupId>
<artifactId>notification-service</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<name>notification-service</name>
<description>Notification Service to sent out notification messages</description>
<url>https://github.com/redhat-developer/parodos</url>
Expand Down
4 changes: 2 additions & 2 deletions pattern-detection-library/.flattened-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>dev.parodos</groupId>
<artifactId>parados-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<groupId>dev.parodos</groupId>
<artifactId>pattern-detection-library</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<name>pattern-detection-library</name>
<url>https://github.com/redhat-developer/parodos</url>
<licenses>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</developer>
</developers>
<properties>
<revision>1.0.2-SNAPSHOT</revision>
<revision>1.0.2</revision>
<flatten.version>1.3.0</flatten.version>
<java.version>11</java.version>
<maven.plugins.compiler.version>3.8.1</maven.plugins.compiler.version>
Expand Down
2 changes: 1 addition & 1 deletion workflow-examples/start_workflow_service.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -jar -Dspring.profiles.active=local ../workflow-service/target/workflow-service-1.0.2-SNAPSHOT.jar
java -jar -Dspring.profiles.active=local ../workflow-service/target/workflow-service-1.0.2.jar
2 changes: 1 addition & 1 deletion workflow-service/start_workflow_service.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -jar -Dspring.profiles.active=local target/workflow-service-1.0.2-SNAPSHOT.jar
java -jar -Dspring.profiles.active=local target/workflow-service-1.0.2.jar

0 comments on commit 95a7cf2

Please sign in to comment.