Skip to content

Commit

Permalink
Revert "[maven-release-plugin] prepare release atomfeed-1.9.4"
Browse files Browse the repository at this point in the history
This reverts commit a407397.
  • Loading branch information
angshu committed Dec 7, 2016
1 parent 92aede4 commit 01d8857
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</version>
<version>1.9.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.ict4h</groupId>
<artifactId>atomfeed-client-spring</artifactId>
<version>1.9.4</version>
<version>1.9.4-SNAPSHOT</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</version>
<version>1.9.4-SNAPSHOT</version>
</parent>

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

<properties>
<atomdb.default_schema />
Expand All @@ -34,12 +34,12 @@
<dependency>
<groupId>org.ict4h</groupId>
<artifactId>atomfeed-commons</artifactId>
<version>1.9.4</version>
<version>1.9.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.ict4h</groupId>
<artifactId>atomfeed-commons</artifactId>
<version>1.9.4</version>
<version>1.9.4-SNAPSHOT</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</version>
<version>1.9.4-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.ict4h</groupId>
<artifactId>atomfeed-commons</artifactId>
<version>1.9.4</version>
<version>1.9.4-SNAPSHOT</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</version>
<version>1.9.4-SNAPSHOT</version>
</parent>

<groupId>org.ict4h</groupId>
<artifactId>atomfeed-server</artifactId>
<version>1.9.4</version>
<version>1.9.4-SNAPSHOT</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</version>
<version>1.9.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.ict4h</groupId>
<artifactId>atomfeed-commons</artifactId>
<version>1.9.4</version>
<version>1.9.4-SNAPSHOT</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</version>
<version>1.9.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>

</parent>

<groupId>org.ict4h</groupId>
<artifactId>atomfeed-spring-server</artifactId>
<version>1.9.4</version>
<version>1.9.4-SNAPSHOT</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</version>
<version>1.9.4-SNAPSHOT</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>atomfeed-1.9.4</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down

0 comments on commit 01d8857

Please sign in to comment.