Skip to content

Commit

Permalink
Using project version as variable
Browse files Browse the repository at this point in the history
  • Loading branch information
angshu committed Jan 24, 2022
1 parent 75e6e40 commit d943eec
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion atomfeed-client-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>atomfeed</artifactId>
<groupId>org.ict4h</groupId>
<version>1.9.5-SNAPSHOT</version>
<version>1.9.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion atomfeed-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>atomfeed</artifactId>
<groupId>org.ict4h</groupId>
<version>1.9.5-SNAPSHOT</version>
<version>1.9.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion atomfeed-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>atomfeed</artifactId>
<groupId>org.ict4h</groupId>
<version>1.9.5-SNAPSHOT</version>
<version>1.9.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion atomfeed-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>atomfeed</artifactId>
<groupId>org.ict4h</groupId>
<version>1.9.5-SNAPSHOT</version>
<version>1.9.5</version>
</parent>

<groupId>org.ict4h</groupId>
Expand Down
2 changes: 1 addition & 1 deletion atomfeed-spring-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>atomfeed</artifactId>
<groupId>org.ict4h</groupId>
<version>1.9.5-SNAPSHOT</version>
<version>1.9.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

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.5-SNAPSHOT</version>
<version>1.9.5</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>${project.version}</tag>
</scm>

<developers>
Expand Down

0 comments on commit d943eec

Please sign in to comment.