Skip to content

Commit 741bf74

Browse files
author
Frank Natividad
committed
Updated version in pom.xml and set versions for build.gradle
1 parent ee2ee14 commit 741bf74

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

appengine/endpoints-frameworks-v2/migration-example/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ buildscript { // Configuration for building
1818
jcenter() // Bintray's repository - a fast Maven Central mirror & more
1919
}
2020
dependencies {
21-
classpath 'com.google.cloud.tools:appengine-gradle-plugin:+' // latest App Engine Gradle tasks
22-
classpath 'com.google.cloud.tools:endpoints-framework-gradle-plugin:+'
21+
classpath 'com.google.cloud.tools:appengine-gradle-plugin:1.1.0'
22+
classpath 'com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.0-beta6'
2323
}
2424
}
2525

@@ -43,7 +43,7 @@ dependencies {
4343
// End of Endpoints Frameworks v1.0
4444

4545
// Endpoints Frameworks v2.0
46-
compile "com.google.endpoints:endpoints-framework:+"
46+
compile group: 'com.google.endpoints', name: 'endpoints-framework-tools', version: '2.0.4'
4747
// End of Endpoints Frameworks v2.0
4848
}
4949

@@ -57,8 +57,8 @@ appengine { // App Engine tasks configuration
5757
}
5858
}
5959

60-
group = "com.example.helloendpoints" // Generated output GroupId
61-
version = "1" // Version in generated output
60+
group = 'com.example.helloendpoints' // Generated output GroupId
61+
version = '1' // Version in generated output
6262

6363
sourceCompatibility = 1.7 // App Engine Standard uses Java 7
6464
targetCompatibility = 1.7 // App Engine Standard uses Java 7

appengine/endpoints-frameworks-v2/migration-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ limitations under the License.
6060
<dependency>
6161
<groupId>com.google.endpoints</groupId>
6262
<artifactId>endpoints-framework</artifactId>
63-
<version>2.0.3</version>
63+
<version>2.0.4</version>
6464
</dependency>
6565
<!-- [END endpoints-frameworks] -->
6666
<!-- End of Endpoints Frameworks v2.0 -->

0 commit comments

Comments
 (0)