Skip to content

Commit 98f5fcf

Browse files
Updated artifacts version n order to prepare 2.7.1 release
1 parent 1be2920 commit 98f5fcf

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

AndroidAnnotations/androidannotations-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>androidannotations-parent</artifactId>
77
<groupId>com.googlecode.androidannotations</groupId>
8-
<version>3.0-SNAPSHOT</version>
8+
<version>2.7.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>androidannotations-api</artifactId>

AndroidAnnotations/androidannotations-bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>androidannotations-parent</artifactId>
77
<groupId>com.googlecode.androidannotations</groupId>
8-
<version>3.0-SNAPSHOT</version>
8+
<version>2.7.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>androidannotations-bundle</artifactId>

AndroidAnnotations/androidannotations-with-codemodel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>androidannotations-parent</artifactId>
77
<groupId>com.googlecode.androidannotations</groupId>
8-
<version>3.0-SNAPSHOT</version>
8+
<version>2.7.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>androidannotations-with-codemodel</artifactId>

AndroidAnnotations/androidannotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.googlecode.androidannotations</groupId>
77
<artifactId>androidannotations-parent</artifactId>
8-
<version>3.0-SNAPSHOT</version>
8+
<version>2.7.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>androidannotations</artifactId>

AndroidAnnotations/functional-test-1-5-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>androidannotations-parent</artifactId>
77
<groupId>com.googlecode.androidannotations</groupId>
8-
<version>3.0-SNAPSHOT</version>
8+
<version>2.7.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>functional-test-1-5-tests</artifactId>

AndroidAnnotations/functional-test-1-5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>androidannotations-parent</artifactId>
77
<groupId>com.googlecode.androidannotations</groupId>
8-
<version>3.0-SNAPSHOT</version>
8+
<version>2.7.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>functional-test-1-5</artifactId>

AndroidAnnotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.googlecode.androidannotations</groupId>
1212
<artifactId>androidannotations-parent</artifactId>
13-
<version>3.0-SNAPSHOT</version>
13+
<version>2.7.1-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<name>AndroidAnnotations Parent</name>

0 commit comments

Comments
 (0)