Skip to content

Commit f51ad5e

Browse files
committed
[maven-release-plugin] prepare release androidannotations-2.7
1 parent fe28f0c commit f51ad5e

File tree

7 files changed

+12
-17
lines changed

7 files changed

+12
-17
lines changed

AndroidAnnotations/androidannotations-api/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<artifactId>androidannotations-parent</artifactId>
87
<groupId>com.googlecode.androidannotations</groupId>
9-
<version>2.7-SNAPSHOT</version>
8+
<version>2.7</version>
109
</parent>
1110

1211
<artifactId>androidannotations-api</artifactId>

AndroidAnnotations/androidannotations-bundle/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<artifactId>androidannotations-parent</artifactId>
87
<groupId>com.googlecode.androidannotations</groupId>
9-
<version>2.7-SNAPSHOT</version>
8+
<version>2.7</version>
109
</parent>
1110

1211
<artifactId>androidannotations-bundle</artifactId>

AndroidAnnotations/androidannotations-with-codemodel/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<artifactId>androidannotations-parent</artifactId>
87
<groupId>com.googlecode.androidannotations</groupId>
9-
<version>2.7-SNAPSHOT</version>
8+
<version>2.7</version>
109
</parent>
1110

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

AndroidAnnotations/androidannotations/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>com.googlecode.androidannotations</groupId>
87
<artifactId>androidannotations-parent</artifactId>
9-
<version>2.7-SNAPSHOT</version>
8+
<version>2.7</version>
109
</parent>
1110

1211
<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>2.7-SNAPSHOT</version>
8+
<version>2.7</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>2.7-SNAPSHOT</version>
8+
<version>2.7</version>
99
</parent>
1010

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

AndroidAnnotations/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
@@ -11,7 +10,7 @@
1110

1211
<groupId>com.googlecode.androidannotations</groupId>
1312
<artifactId>androidannotations-parent</artifactId>
14-
<version>2.7-SNAPSHOT</version>
13+
<version>2.7</version>
1514
<packaging>pom</packaging>
1615

1716
<name>AndroidAnnotations Parent</name>

0 commit comments

Comments
 (0)