You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by ca...@apache.org on 2016/05/19 08:37:50 UTC

[09/15] incubator-quarks git commit: Update version to 0.4.0

Update version to 0.4.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-quarks/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quarks/commit/13dcfe24
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quarks/tree/13dcfe24
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quarks/diff/13dcfe24

Branch: refs/heads/gradle
Commit: 13dcfe2483dd4cf4bc8d51eef59029d492f92ebb
Parents: d064b84
Author: Lance Feagan <lf...@hotmail.com>
Authored: Thu Mar 17 19:58:31 2016 -0500
Committer: cazen <ca...@apache.org>
Committed: Thu May 19 07:34:11 2016 +0000

----------------------------------------------------------------------
 build.gradle | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/13dcfe24/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 58ce947..5f08411 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,20 +1,3 @@
-// STANDARD-HEADER-START - do not modify
-//buildscript {
-//	ext {
-//		centralRepositoryUrl = "${repositoryBaseUrl}/${centralRepo}"
-//		creds = { username "${mvn_username}"; password "$mvn_password"} ;
-//	}
-//
-//	repositories {
-//			//mavenLocal()
-//			maven { url centralRepositoryUrl; credentials creds }	// group of all needs repos
-//	}
-//	dependencies { 	classpath 'com.ibm.informix.gradle:plugins:1.+'}
-//}
-//
-//apply plugin: 'com.ibm.informix.gradle.ci-setup'
-// STANDARD-HEADER-START - do not modify
-
 repositories {
 	mavenLocal()
 }
@@ -23,8 +6,6 @@ repositories {
 assert hasProperty('version')	// See version in gradle.properties.
 System.out.println("version=${version}")
 group = 'org.apache.quarks'
-//ext.artifact = 'core' // However ArtifactId can be set per artifact in publishing.publications
-//description = 'IBM UTM Core'
 
 def getDate() {
 	if (!hasProperty('buildDate') || buildDate == null) {
@@ -52,7 +33,7 @@ subprojects {
 		testCompile 'junit:junit:4.8.2'
 	}
 
-	version = '1.0.0'
+	version = '0.4.0'
 
 	jar {
 		manifest.attributes provider: 'IBM'