Skip to content

Commit ff0d62d

Browse files
committed
Merge pull request #114 from aozarov/temp
Using -SNAPSHOT for incremental builds and pin README files to latest non SNAPSHOT version.
2 parents e51834c + 646f533 commit ff0d62d

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add this to your pom.xml file
2828
<dependency>
2929
<groupId>com.google.gcloud</groupId>
3030
<artifactId>gcloud-java</artifactId>
31-
<version>LATEST</version>
31+
<version>0.0.6</version>
3232
</dependency>
3333
```
3434

gcloud-java-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add this to your pom.xml file
1919
<dependency>
2020
<groupId>com.google.gcloud</groupId>
2121
<artifactId>gcloud-java-core</artifactId>
22-
<version>LATEST</version>
22+
<version>0.0.6</version>
2323
</dependency>
2424
```
2525

gcloud-java-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.gcloud</groupId>
1414
<artifactId>gcloud-java-pom</artifactId>
15-
<version>0.0.6</version>
15+
<version>0.0.7-SNAPSHOT</version>
1616
</parent>
1717
<dependencies>
1818
<dependency>

gcloud-java-datastore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add this to your pom.xml file
2323
<dependency>
2424
<groupId>com.google.gcloud</groupId>
2525
<artifactId>gcloud-java-datastore</artifactId>
26-
<version>LATEST</version>
26+
<version>0.0.6</version>
2727
</dependency>
2828
```
2929

gcloud-java-datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.gcloud</groupId>
1414
<artifactId>gcloud-java-pom</artifactId>
15-
<version>0.0.6</version>
15+
<version>0.0.7-SNAPSHOT</version>
1616
</parent>
1717
<dependencies>
1818
<dependency>

gcloud-java-examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add this to your pom.xml file
1818
<dependency>
1919
<groupId>com.google.gcloud</groupId>
2020
<artifactId>gcloud-java-examples</artifactId>
21-
<version>LATEST</version>
21+
<version>0.0.6</version>
2222
</dependency>
2323
```
2424

gcloud-java-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.gcloud</groupId>
1414
<artifactId>gcloud-java-pom</artifactId>
15-
<version>0.0.6</version>
15+
<version>0.0.7-SNAPSHOT</version>
1616
</parent>
1717
<dependencies>
1818
<dependency>

gcloud-java-storage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add this to your pom.xml file
2222
<dependency>
2323
<groupId>com.google.gcloud</groupId>
2424
<artifactId>gcloud-java-storage</artifactId>
25-
<version>LATEST</version>
25+
<version>0.0.6</version>
2626
</dependency>
2727
```
2828

gcloud-java-storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.gcloud</groupId>
1414
<artifactId>gcloud-java-pom</artifactId>
15-
<version>0.0.6</version>
15+
<version>0.0.7-SNAPSHOT</version>
1616
</parent>
1717
<dependencies>
1818
<dependency>

gcloud-java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add this to your pom.xml file
2525
<dependency>
2626
<groupId>com.google.gcloud</groupId>
2727
<artifactId>gcloud-java</artifactId>
28-
<version>LATEST</version>
28+
<version>0.0.6</version>
2929
</dependency>
3030
```
3131

0 commit comments

Comments
 (0)