Skip to content

Commit

Permalink
Merge pull request Azure#1031 from jianghaolu/release
Browse files Browse the repository at this point in the history
Use 1.0.0-SNAPSHOT for Java & Azure.Java
  • Loading branch information
tbombach committed May 12, 2016
2 parents 1150967 + 12ac648 commit 2777e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class AzureJavaCodeGenerator : JavaCodeGenerator
{
private readonly AzureJavaCodeNamer _namer;

private const string ClientRuntimePackage = "com.microsoft.rest:azure-client-runtime:0.0.1-SNAPSHOT";
private const string ClientRuntimePackage = "com.microsoft.rest:azure-client-runtime:1.0.0-SNAPSHOT from snapshot repo http://adxsnapshots.azurewebsites.net/";
private const string _packageInfoFileName = "package-info.java";

// page extensions class dictionary.
Expand Down
2 changes: 1 addition & 1 deletion AutoRest/Generators/Java/Java/JavaCodeGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Microsoft.Rest.Generator.Java
{
public class JavaCodeGenerator : CodeGenerator
{
private const string ClientRuntimePackage = "com.microsoft.rest:client-runtime:0.0.1-SNAPSHOT";
private const string ClientRuntimePackage = "com.microsoft.rest:client-runtime:1.0.0-SNAPSHOT from snapshot repo http://adxsnapshots.azurewebsites.net/";
private const string _packageInfoFileName = "package-info.java";

public JavaCodeNamer Namer { get; private set; }
Expand Down

0 comments on commit 2777e8f

Please sign in to comment.