Skip to content

Commit

Permalink
Pinery v3.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
avarsava committed Nov 20, 2024
1 parent a911a93 commit 14ec556
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pinery-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>pinery</artifactId>
<groupId>ca.on.oicr</groupId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<artifactId>pinery-api</artifactId>
<name>pinery-api</name>
Expand Down
2 changes: 1 addition & 1 deletion pinery-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>pinery</artifactId>
<groupId>ca.on.oicr</groupId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<artifactId>pinery-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinery-lims/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>pinery</artifactId>
<groupId>ca.on.oicr</groupId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<artifactId>pinery-lims</artifactId>
<name>pinery-lims</name>
Expand Down
2 changes: 1 addition & 1 deletion pinery-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>pinery</artifactId>
<groupId>ca.on.oicr</groupId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<artifactId>pinery-service</artifactId>
<name>pinery-service</name>
Expand Down
2 changes: 1 addition & 1 deletion pinery-ws-dto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>pinery</artifactId>
<groupId>ca.on.oicr</groupId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<artifactId>pinery-ws-dto</artifactId>
<name>pinery-ws-dto</name>
Expand Down
2 changes: 1 addition & 1 deletion pinery-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>pinery</artifactId>
<groupId>ca.on.oicr</groupId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<artifactId>pinery-ws</artifactId>
<name>Pinery Webservice</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<artifactId>pinery</artifactId>
<packaging>pom</packaging>
<groupId>ca.on.oicr</groupId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>

<modules>
<module>pinery-api</module>
Expand Down

0 comments on commit 14ec556

Please sign in to comment.