Skip to content

Commit 66ce667

Browse files
nathanmittlerejona86
authored andcommitted
Updating version of gRPC maven build to 0.1.0-SNAPSHOT.
------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82151533
1 parent 4523059 commit 66ce667

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.net.stubby</groupId>
77
<artifactId>stubby-parent</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>0.1.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>stubby-all</artifactId>

auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.net.stubby</groupId>
77
<artifactId>stubby-parent</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>0.1.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>stubby-auth</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.net.stubby</groupId>
77
<artifactId>stubby-parent</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>0.1.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>stubby-core</artifactId>

integration-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.net.stubby</groupId>
77
<artifactId>stubby-parent</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>0.1.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>stubby-integration-testing</artifactId>

netty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.net.stubby</groupId>
77
<artifactId>stubby-parent</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>0.1.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>stubby-netty</artifactId>

okhttp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.net.stubby</groupId>
77
<artifactId>stubby-parent</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>0.1.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>stubby-okhttp</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.net.stubby</groupId>
66
<artifactId>stubby-parent</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>0.1.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>Stubby</name>

stub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.net.stubby</groupId>
77
<artifactId>stubby-parent</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>0.1.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>stubby-stub</artifactId>

testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.net.stubby</groupId>
77
<artifactId>stubby-parent</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>0.1.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>stubby-testing</artifactId>

0 commit comments

Comments
 (0)