Skip to content

Commit

Permalink
release atlas_core 5.1.0.8-RC1 atlas-update 1.1.4.22 atlas-plugin 3.0…
Browse files Browse the repository at this point in the history
….1-rc81
  • Loading branch information
zhayu.ll committed Nov 23, 2018
1 parent 9929565 commit 0e1259e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion atlas-core/build.gradle
Expand Up @@ -29,7 +29,7 @@ repositories {
group = 'com.taobao.android'
description = """atlas_core"""
String postFix = mini=='true' ? "-mini" : "";
version "5.1.0.5-rc2"
version "5.1.0.8-RC1"

String getEnvValue(key, defValue) {
def val = System.getProperty(key);
Expand Down
2 changes: 1 addition & 1 deletion atlas-gradle-plugin/atlas-plugin/build.gradle
Expand Up @@ -256,5 +256,5 @@ jar {
from zipTree("libs/libarsc.jar")
}

version = '3.0.1-rc80-2'
version = '3.0.1-rc81'

Expand Up @@ -241,7 +241,7 @@ public void setNewPatch(boolean newPatch) {
this.newPatch = newPatch;
}

private boolean newPatch = true;
private boolean newPatch = false;

@Config(message = " Dynamic deployment patch bag ", order = 2, group = "atlas_patch")
private boolean createTPatch = false;
Expand Down
3 changes: 0 additions & 3 deletions atlas-gradle-plugin/gradle.properties
@@ -1,3 +0,0 @@
BASE_URL= http://101.200.229.135:8081/nexus/content/repositories
NEXUS_USERNAME=deployment
NEXUS_PASSWORD=admin2016
2 changes: 1 addition & 1 deletion atlas-update/build.gradle
Expand Up @@ -12,7 +12,7 @@ buildscript {
}

group = 'com.taobao.android'
version = '1.1.4.22-rc4'
version = '1.1.4.22-rc7'



Expand Down

0 comments on commit 0e1259e

Please sign in to comment.