Skip to content

Commit cb06aa8

Browse files
authored
Merge pull request #117 from salesforce/release/canteen-1.0.0
Canteen v1.0.0
2 parents 7b0083b + 749763a commit cb06aa8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

canteen/canteen-bootstrap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>canteen-parent</artifactId>
1414
<groupId>com.salesforce.servicelibs</groupId>
15-
<version>1.0.0-SNAPSHOT</version>
15+
<version>1.0.0</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

canteen/canteen-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>canteen-parent</artifactId>
1414
<groupId>com.salesforce.servicelibs</groupId>
15-
<version>1.0.0-SNAPSHOT</version>
15+
<version>1.0.0</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

canteen/canteen-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>canteen-parent</artifactId>
1414
<groupId>com.salesforce.servicelibs</groupId>
15-
<version>1.0.0-SNAPSHOT</version>
15+
<version>1.0.0</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

canteen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<groupId>com.salesforce.servicelibs</groupId>
1515
<artifactId>canteen-parent</artifactId>
1616
<packaging>pom</packaging>
17-
<version>1.0.0-SNAPSHOT</version>
17+
<version>1.0.0</version>
1818

1919
<name>Canteen</name>
2020
<description>A Maven plugin for generating self-executing jars</description>

0 commit comments

Comments
 (0)