Skip to content
This repository has been archived by the owner on Jan 14, 2018. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release robospice-parent-1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanenicolas committed Jun 24, 2013
1 parent d60f538 commit 0e8bc65
Show file tree
Hide file tree
Showing 22 changed files with 29 additions and 34 deletions.
5 changes: 2 additions & 3 deletions extensions/robospice-google-http-client-parent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>

<!-- Sonatype config to publish on Maven Central -->
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-google-http-client-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>

<artifactId>robospice-google-http-client-test</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-google-http-client-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>

<artifactId>robospice-google-http-client</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions extensions/robospice-ormlite-parent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>

<!-- Sonatype config to publish on Maven Central -->
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-parent</artifactId>
<relativePath>../../</relativePath>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>

<groupId>com.octo.android.robospice</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-ormlite-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>

<artifactId>robospice-ormlite-test</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-ormlite-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>

<artifactId>robospice-ormlite</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions extensions/robospice-retrofit-parent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>

<!-- Sonatype config to publish on Maven Central -->
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-retrofit-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>

<artifactId>robospice-retrofit-test</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-retrofit-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>

<artifactId>robospice-retrofit</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions extensions/robospice-spring-android-parent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>

<!-- Sonatype config to publish on Maven Central -->
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-spring-android-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>

<artifactId>robospice-spring-android-test</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-spring-android-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>

<artifactId>robospice-spring-android</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/robospice-ui-spicelist-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-ui-spicelist-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>

<artifactId>robospice-ui-spicelist-test</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-ui-spicelist-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>

<artifactId>robospice-ui-spicelist</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>

<!-- Sonatype config to publish on Maven Central -->
Expand All @@ -12,7 +11,7 @@

<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
<packaging>pom</packaging>
<name>Robospice - Parent</name>
<description>RoboSpice is a modular android library that eases the development of Data-Driven Android applications.</description>
Expand All @@ -23,7 +22,7 @@
<connection>scm:git:ssh://[email protected]/octo-online/robospice.git</connection>
<url>git:ssh://[email protected]/octo-online/robospice.git</url>
<developerConnection>scm:git:ssh://[email protected]/octo-online/robospice.git</developerConnection>
<tag>HEAD</tag>
<tag>robospice-parent-1.4.5</tag>
</scm>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions robospice-cache-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>

<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-cache-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
<packaging>pom</packaging>
<name>Robospice - Persistence Module Parent</name>
<description>RoboSpice persistence module parent</description>
Expand Down
2 changes: 1 addition & 1 deletion robospice-cache-parent/robospice-cache-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-cache-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>

<artifactId>robospice-cache-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion robospice-cache-parent/robospice-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-cache-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>

<artifactId>robospice-cache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion robospice-core-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>

<groupId>com.octo.android.robospice</groupId>
Expand Down
2 changes: 1 addition & 1 deletion robospice-core-parent/robospice-core-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-core-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>

<artifactId>robospice-core-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion robospice-core-parent/robospice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-core-parent</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>

<artifactId>robospice</artifactId>
Expand Down

0 comments on commit 0e8bc65

Please sign in to comment.