Skip to content

Commit

Permalink
Release 0.0.3 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
billyma authored Apr 22, 2020
1 parent 6f1d526 commit 7e5d477
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.1</version>
<version>0.0.3</version>
</parent>

<groupId>com.salesforce.slds</groupId>
<artifactId>core</artifactId>
<version>0.0.2</version>
<version>0.0.3</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.1</version>
<version>0.0.3</version>
</parent>

<groupId>com.salesforce.slds</groupId>
<artifactId>lsp</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>

<dependencies>
<!-- Google Collection -->
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.salesforce.slds</groupId>
<artifactId>core</artifactId>
<version>0.0.2</version>
<version>0.0.3</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 @@ -9,7 +9,7 @@
<groupId>com.salesforce.slds</groupId>
<artifactId>common</artifactId>
<packaging>pom</packaging>
<version>0.0.1</version>
<version>0.0.3</version>

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

0 comments on commit 7e5d477

Please sign in to comment.