Skip to content

Commit

Permalink
Update LSP to 0.0.7 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
ambreeen authored Nov 5, 2020
1 parent 0bb7484 commit 946fa4f
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,12 +7,12 @@
<parent>
<groupId>com.salesforce.slds</groupId>
<artifactId>common</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
</parent>

<groupId>com.salesforce.slds</groupId>
<artifactId>core</artifactId>
<version>0.0.6</version>
<version>0.0.7</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,12 +7,12 @@
<parent>
<groupId>com.salesforce.slds</groupId>
<artifactId>common</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
</parent>

<groupId>com.salesforce.slds</groupId>
<artifactId>lsp</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>

<dependencies>
<!-- Google Collection -->
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.salesforce.slds</groupId>
<artifactId>core</artifactId>
<version>0.0.6</version>
<version>0.0.7</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.6</version>
<version>0.0.7</version>

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

0 comments on commit 946fa4f

Please sign in to comment.