Skip to content

Commit

Permalink
[maven-release-plugin] prepare release atomfeed-1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinay Venu committed Dec 7, 2016
1 parent 01d8857 commit 77b8893
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions atomfeed-client-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>atomfeed</artifactId>
<groupId>org.ict4h</groupId>
<version>1.9.4-SNAPSHOT</version>
<version>1.9.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.ict4h</groupId>
<artifactId>atomfeed-client-spring</artifactId>
<version>1.9.4-SNAPSHOT</version>
<version>1.9.4</version>
<packaging>jar</packaging>

<properties>
Expand Down
8 changes: 4 additions & 4 deletions atomfeed-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>atomfeed</artifactId>
<groupId>org.ict4h</groupId>
<version>1.9.4-SNAPSHOT</version>
<version>1.9.4</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.ict4h</groupId>
<artifactId>atomfeed-client</artifactId>
<version>1.9.4-SNAPSHOT</version>
<version>1.9.4</version>

<properties>
<atomdb.default_schema />
Expand All @@ -34,12 +34,12 @@
<dependency>
<groupId>org.ict4h</groupId>
<artifactId>atomfeed-commons</artifactId>
<version>1.9.4-SNAPSHOT</version>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>org.ict4h</groupId>
<artifactId>atomfeed-commons</artifactId>
<version>1.9.4-SNAPSHOT</version>
<version>1.9.4</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions atomfeed-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>atomfeed</artifactId>
<groupId>org.ict4h</groupId>
<version>1.9.4-SNAPSHOT</version>
<version>1.9.4</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.ict4h</groupId>
<artifactId>atomfeed-commons</artifactId>
<version>1.9.4-SNAPSHOT</version>
<version>1.9.4</version>

<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions atomfeed-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>atomfeed</artifactId>
<groupId>org.ict4h</groupId>
<version>1.9.4-SNAPSHOT</version>
<version>1.9.4</version>
</parent>

<groupId>org.ict4h</groupId>
<artifactId>atomfeed-server</artifactId>
<version>1.9.4-SNAPSHOT</version>
<version>1.9.4</version>
<packaging>jar</packaging>

<!--<properties>-->
Expand Down Expand Up @@ -113,12 +113,12 @@
<dependency>
<groupId>org.ict4h</groupId>
<artifactId>atomfeed-commons</artifactId>
<version>1.9.4-SNAPSHOT</version>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>org.ict4h</groupId>
<artifactId>atomfeed-commons</artifactId>
<version>1.9.4-SNAPSHOT</version>
<version>1.9.4</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions atomfeed-spring-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<artifactId>atomfeed</artifactId>
<groupId>org.ict4h</groupId>
<version>1.9.4-SNAPSHOT</version>
<version>1.9.4</version>
<relativePath>../pom.xml</relativePath>

</parent>

<groupId>org.ict4h</groupId>
<artifactId>atomfeed-spring-server</artifactId>
<version>1.9.4-SNAPSHOT</version>
<version>1.9.4</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.ict4h</groupId>
<artifactId>atomfeed</artifactId>
<version>1.9.4-SNAPSHOT</version>
<version>1.9.4</version>
<packaging>pom</packaging>
<name>atomfeed</name>
<description>Atomfeed core libraries</description>
Expand Down Expand Up @@ -31,7 +31,7 @@
<url>https://github.com/ICT4H/atomfeed</url>
<connection>scm:git:[email protected]:ICT4H/atomfeed.git</connection>
<developerConnection>scm:git:[email protected]:ICT4H/atomfeed.git</developerConnection>
<tag>HEAD</tag>
<tag>atomfeed-1.9.4</tag>
</scm>

<developers>
Expand Down

0 comments on commit 77b8893

Please sign in to comment.