Skip to content

Commit

Permalink
Merge pull request #232 from google/release
Browse files Browse the repository at this point in the history
Release auto-factory 1.0-beta2 and auto-parent 3
  • Loading branch information
eamonnmcmanus committed Apr 25, 2015
2 parents 60a1da1 + c3c42ba commit 5839c28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ Subprojects

* [AutoFactory](https://github.com/google/auto/tree/master/factory) - JSR-330-compatible factories

Latest version: `0.1-beta1`
Latest version: `0.1-beta2`

* [AutoService](https://github.com/google/auto/tree/master/service) - Provider-configuration files for [`ServiceLoader`](http://docs.oracle.com/javase/7/docs/api/java/util/ServiceLoader.html)

Expand Down
2 changes: 1 addition & 1 deletion factory/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.google.auto</groupId>
<artifactId>auto-parent</artifactId>
<version>2</version>
<version>3</version>
</parent>

<groupId>com.google.auto.factory</groupId>
Expand Down
28 changes: 1 addition & 27 deletions pom.xml
Expand Up @@ -27,7 +27,7 @@
<groupId>com.google.auto</groupId>
<artifactId>auto-parent</artifactId>
<packaging>pom</packaging>
<version>3-SNAPSHOT</version>
<version>4-SNAPSHOT</version>
<name>Auto (Parent)</name>
<description>A collection of code generators for Java.</description>
<url>https://github.com/google/auto</url>
Expand Down Expand Up @@ -121,31 +121,5 @@
<toolsjar>${java.home}/../Classes/classes.jar</toolsjar>
</properties>
</profile>
<profile>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit 5839c28

Please sign in to comment.