Skip to content

Commit

Permalink
Update LSP version (#36)
Browse files Browse the repository at this point in the history
* Update LSP version

Includes annotation updates for 234

* Updated version
  • Loading branch information
ambreeen authored Sep 2, 2021
1 parent 292b3ac commit 9a31469
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.12</version>
<version>0.0.13</version>
</parent>

<artifactId>core</artifactId>
<version>0.0.12</version>
<version>0.0.13</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.12</version>
<version>0.0.13</version>
</parent>

<artifactId>lsp</artifactId>
<version>0.0.12</version>
<version>0.0.13</version>

<dependencies>
<!-- Google Collection -->
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.salesforce.slds</groupId>
<artifactId>core</artifactId>
<version>0.0.12</version>
<version>0.0.13</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.12</version>
<version>0.0.13</version>

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

0 comments on commit 9a31469

Please sign in to comment.