Skip to content

Commit 0161898

Browse files
committed
[maven-release-plugin] prepare release androidannotations-3.3
1 parent 40efe48 commit 0161898

File tree

6 files changed

+7
-7
lines changed

6 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
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>androidannotations-parent</artifactId>
2424
<groupId>org.androidannotations</groupId>
25-
<version>3.3-SNAPSHOT</version>
25+
<version>3.3</version>
2626
</parent>
2727

2828
<artifactId>androidannotations-api</artifactId>

AndroidAnnotations/androidannotations-bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>androidannotations-parent</artifactId>
2424
<groupId>org.androidannotations</groupId>
25-
<version>3.3-SNAPSHOT</version>
25+
<version>3.3</version>
2626
</parent>
2727

2828
<artifactId>androidannotations-bundle</artifactId>

AndroidAnnotations/androidannotations-with-codemodel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>androidannotations-parent</artifactId>
2424
<groupId>org.androidannotations</groupId>
25-
<version>3.3-SNAPSHOT</version>
25+
<version>3.3</version>
2626
</parent>
2727

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

AndroidAnnotations/androidannotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.androidannotations</groupId>
2424
<artifactId>androidannotations-parent</artifactId>
25-
<version>3.3-SNAPSHOT</version>
25+
<version>3.3</version>
2626
</parent>
2727

2828
<artifactId>androidannotations</artifactId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>androidannotations-parent</artifactId>
2424
<groupId>org.androidannotations</groupId>
25-
<version>3.3-SNAPSHOT</version>
25+
<version>3.3</version>
2626
</parent>
2727

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

AndroidAnnotations/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>org.androidannotations</groupId>
2929
<artifactId>androidannotations-parent</artifactId>
30-
<version>3.3-SNAPSHOT</version>
30+
<version>3.3</version>
3131
<packaging>pom</packaging>
3232

3333
<name>AndroidAnnotations Parent</name>
@@ -324,7 +324,7 @@
324324
<connection>scm:git:git@github.com:excilys/androidannotations.git</connection>
325325
<developerConnection>scm:git:git@github.com:excilys/androidannotations.git</developerConnection>
326326
<url>https://github.com/excilys/androidannotations</url>
327-
<tag>HEAD</tag>
327+
<tag>androidannotations-3.3</tag>
328328
</scm>
329329

330330
<profiles>

0 commit comments

Comments
 (0)