Skip to content

Commit

Permalink
Squashed 'runtimes/' changes from 6cdb496..0bcf347
Browse files Browse the repository at this point in the history
0bcf347 Move checkstyle rules to runtimes
b443c0f Fix styles and tests
aabe677 Merge commit 'fddca6a8917951772a65a3e5b47c5e72c1f42fb5' into ua
63803e0 Fix runtime tests
c2765e5 Merge commit '3420556ca4cee622a71e11aa166f8e9ec894f818' into ua
6037451 Send client specific user agent
b887e80 Add user agent to every method
9d48136 Add a test for request id header
29d8857 Fix request id to be generated each time
41224f8 ComputeManager, rename region->location, etc
5e2de11 enabling Azure.authenticate(File).withDefaultSubscription() based on the subscription provided in the file
daacda8 Merge pull request Azure#702 from jianghaolu/master
788f625 support for Azure.authenticate(File propertiesFile)
dab7626 Address eclipse build errors
c8ecc0f Merge pull request #13 from jianghaolu/snap
69f21a2 Use sonatype as public snapshots

git-subtree-dir: runtimes
git-subtree-split: 0bcf347
  • Loading branch information
jianghaolu committed May 20, 2016
1 parent 66493d5 commit 3a6f34e
Showing 1 changed file with 10 additions and 49 deletions.
59 changes: 10 additions & 49 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,28 +44,8 @@

<repositories>
<repository>
<id>azureoss-snapshots-pr</id>
<name>Azure Private Snapshots</name>
<url>http://azureoss.westus.cloudapp.azure.com:8080/nexus/content/repositories/snapshots-pr/</url>
<layout>default</layout>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
<repository>
<id>adx-snapshots</id>
<name>Azure ADX Snapshots</name>
<url>http://adxsnapshots.azurewebsites.net</url>
<layout>default</layout>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
<repository>
<id>oss-snapshots</id>
<name>Open Source Snapshots</name>
<id>ossrh</id>
<name>Sonatype Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<layout>default</layout>
<snapshots>
Expand All @@ -77,12 +57,17 @@

<distributionManagement>
<snapshotRepository>
<id>adx-snapshots</id>
<name>Azure ADX Snapshots</name>
<url>ftp://waws-prod-bay-005.ftp.azurewebsites.windows.net/site/wwwroot</url>
<id>ossrh</id>
<name>Maven Central Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<uniqueVersion>true</uniqueVersion>
<layout>default</layout>
</snapshotRepository>
<repository>
<id>ossrh</id>
<name>Maven Central</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<dependencyManagement>
Expand Down Expand Up @@ -158,23 +143,6 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-help-plugin</artifactId>
<version>2.1.1</version>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>evaluate</goal>
</goals>
<configuration>
<expression>legal</expression>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand All @@ -201,12 +169,6 @@
<br />*/</code>]]></bottom>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
</plugins>
<pluginManagement>
<plugins>
Expand Down Expand Up @@ -238,7 +200,6 @@
</environmentVariables>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand Down

0 comments on commit 3a6f34e

Please sign in to comment.