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

Commit

Permalink
Merge pull request #114 from pkliczewski/main
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
lshannon committed Mar 15, 2023
2 parents fd1b042 + 419b205 commit 49febe2
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.1-SNAPSHOT</revision>
<revision>1.0.2-SNAPSHOT</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.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<groupId>dev.parodos</groupId>
<artifactId>notification-service</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</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.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<groupId>dev.parodos</groupId>
<artifactId>pattern-detection-library</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</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.1-SNAPSHOT</revision>
<revision>1.0.2-SNAPSHOT</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.1-SNAPSHOT.jar
java -jar -Dspring.profiles.active=local ../workflow-service/target/workflow-service-1.0.2-SNAPSHOT.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.1-SNAPSHOT.jar
java -jar -Dspring.profiles.active=local target/workflow-service-1.0.2-SNAPSHOT.jar

0 comments on commit 49febe2

Please sign in to comment.