Hey Everyone,

AeroGear Android 2.0.0-alpha.1 was staged on Nexus. \o/

We’ve been doing a lot of under the hood work on our Android library the past few months, and now it is ready to share with the world at large.

Library Repository
Core https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4199/
Security https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4201/
Store https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4202/
Pipe https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4203/
Auth https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4205/
Authz https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4211/
Push https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4207/

If you are lazy like us, here is a repository list to you add in your Maven settings

<?xml version="1.0" encoding="UTF-8"?>
<repositories>
   <repository>
      <id>staging-Core</id>
      <url>https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4199/</url>
   </repository>
   <repository>
      <id>staging-Security</id>
      <url>https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4201/</url>
   </repository>
   <repository>
      <id>staging-Store</id>
      <url>https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4202/</url>
   </repository>
   <repository>
      <id>staging-Pipe</id>
      <url>https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4203/</url>
   </repository>
   <repository>
      <id>staging-Auth</id>
      <url>https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4205/</url>
   </repository>
   <repository>
      <id>staging-Authz</id>
      <url>https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4211/</url>
   </repository>
   <repository>
      <id>staging-Push</id>
      <url>https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4207/</url>
   </repository>
</repositories>

I’m planning to release these to Maven Central tomorrow night (BRT)

— Passos