Skip to content

Commit 0d7acf7

Browse files
authored
chore(version): Update to 0.0.15 (#53)
1 parent 30c8091 commit 0d7acf7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>com.salesforce.slds</groupId>
99
<artifactId>common</artifactId>
10-
<version>0.0.14</version>
10+
<version>0.0.15</version>
1111
</parent>
1212

1313
<artifactId>core</artifactId>
14-
<version>0.0.14</version>
14+
<version>0.0.15</version>
1515

1616
<dependencies>
1717
<dependency>

lsp/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>com.salesforce.slds</groupId>
99
<artifactId>common</artifactId>
10-
<version>0.0.14</version>
10+
<version>0.0.15</version>
1111
</parent>
1212

1313
<artifactId>lsp</artifactId>
14-
<version>0.0.14</version>
14+
<version>0.0.15</version>
1515

1616
<dependencies>
1717
<!-- Google Collection -->
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.salesforce.slds</groupId>
2525
<artifactId>core</artifactId>
26-
<version>0.0.14</version>
26+
<version>0.0.15</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.eclipse.lsp4j</groupId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.salesforce.slds</groupId>
88
<artifactId>common</artifactId>
99
<packaging>pom</packaging>
10-
<version>0.0.14</version>
10+
<version>0.0.15</version>
1111

1212
<modules>
1313
<module>core</module>

0 commit comments

Comments
 (0)