Skip to content

Commit

Permalink
[maven-release-plugin] prepare release androidannotations-4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WonderCsabo committed Jan 29, 2019
1 parent 0ae646f commit 12c774d
Show file tree
Hide file tree
Showing 21 changed files with 43 additions and 64 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.androidannotations</groupId>
<artifactId>androidannotations-core</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>androidannotations-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.androidannotations</groupId>
<artifactId>androidannotations-core</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>androidannotations-test</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.androidannotations</groupId>
<artifactId>androidannotations-core</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>androidannotations-testutils</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.androidannotations</groupId>
<artifactId>androidannotations-core</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>androidannotations</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions AndroidAnnotations/androidannotations-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.androidannotations</groupId>
<artifactId>androidannotations-parent</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>androidannotations-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>androidannotations-ormlite</artifactId>
<groupId>org.androidannotations</groupId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>ormlite-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>androidannotations-ormlite</artifactId>
<groupId>org.androidannotations</groupId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>ormlite-test</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions AndroidAnnotations/androidannotations-ormlite/ormlite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.androidannotations</groupId>
<artifactId>androidannotations-ormlite</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>ormlite</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions AndroidAnnotations/androidannotations-ormlite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.androidannotations</groupId>
<artifactId>androidannotations-parent</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>androidannotations-ormlite</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions AndroidAnnotations/androidannotations-otto/otto-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>androidannotations-otto</artifactId>
<groupId>org.androidannotations</groupId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>otto-test</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions AndroidAnnotations/androidannotations-otto/otto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.androidannotations</groupId>
<artifactId>androidannotations-otto</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>otto</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions AndroidAnnotations/androidannotations-otto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.androidannotations</groupId>
<artifactId>androidannotations-parent</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>androidannotations-otto</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions AndroidAnnotations/androidannotations-rest-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.androidannotations</groupId>
<artifactId>androidannotations-parent</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>androidannotations-rest-spring</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>androidannotations-rest-spring</artifactId>
<groupId>org.androidannotations</groupId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>rest-spring-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>androidannotations-rest-spring</artifactId>
<groupId>org.androidannotations</groupId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>rest-spring-test</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.androidannotations</groupId>
<artifactId>androidannotations-rest-spring</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>rest-spring</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions AndroidAnnotations/androidannotations-roboguice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.androidannotations</groupId>
<artifactId>androidannotations-parent</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>androidannotations-roboguice</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>androidannotations-roboguice</artifactId>
<groupId>org.androidannotations</groupId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>roboguice-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>androidannotations-roboguice</artifactId>
<groupId>org.androidannotations</groupId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>roboguice-test</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.androidannotations</groupId>
<artifactId>androidannotations-roboguice</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>roboguice</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions AndroidAnnotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -29,7 +28,7 @@

<groupId>org.androidannotations</groupId>
<artifactId>androidannotations-parent</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
<packaging>pom</packaging>

<name>AndroidAnnotations Parent</name>
Expand Down Expand Up @@ -422,7 +421,7 @@
<connection>scm:git:[email protected]:androidannotations/androidannotations.git</connection>
<developerConnection>scm:git:[email protected]:androidannotations/androidannotations.git</developerConnection>
<url>https://github.com/androidannotations/androidannotations</url>
<tag>HEAD</tag>
<tag>androidannotations-4.6.0</tag>
</scm>

<profiles>
Expand Down

0 comments on commit 12c774d

Please sign in to comment.