Skip to content

Commit

Permalink
chore(version): Update to 0.0.15 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dottenpixel authored Jun 19, 2024
1 parent 30c8091 commit 0d7acf7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.salesforce.slds</groupId>
<artifactId>common</artifactId>
<version>0.0.14</version>
<version>0.0.15</version>
</parent>

<artifactId>core</artifactId>
<version>0.0.14</version>
<version>0.0.15</version>

<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions lsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.salesforce.slds</groupId>
<artifactId>common</artifactId>
<version>0.0.14</version>
<version>0.0.15</version>
</parent>

<artifactId>lsp</artifactId>
<version>0.0.14</version>
<version>0.0.15</version>

<dependencies>
<!-- Google Collection -->
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.salesforce.slds</groupId>
<artifactId>core</artifactId>
<version>0.0.14</version>
<version>0.0.15</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.salesforce.slds</groupId>
<artifactId>common</artifactId>
<packaging>pom</packaging>
<version>0.0.14</version>
<version>0.0.15</version>

<modules>
<module>core</module>
Expand Down

0 comments on commit 0d7acf7

Please sign in to comment.