Skip to content

Commit

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

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

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

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

<properties>
<atomdb.default_schema />
Expand Down Expand Up @@ -39,14 +38,14 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.ict4h</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>atomfeed-commons</artifactId>
<version>1.9.4</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.ict4h</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>atomfeed-commons</artifactId>
<version>1.9.4</version>
<version>${project.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
3 changes: 1 addition & 2 deletions atomfeed-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
<parent>
<artifactId>atomfeed</artifactId>
<groupId>org.ict4h</groupId>
<version>1.9.4</version>
<version>1.9.5-SNAPSHOT</version>
</parent>

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

<properties>
<log4jVersion>2.17.1</log4jVersion>
Expand Down
11 changes: 5 additions & 6 deletions atomfeed-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
<parent>
<artifactId>atomfeed</artifactId>
<groupId>org.ict4h</groupId>
<version>1.9.4</version>
<version>1.9.5-SNAPSHOT</version>
</parent>

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

<properties>
Expand Down Expand Up @@ -115,14 +114,14 @@

<dependencies>
<dependency>
<groupId>org.ict4h</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>atomfeed-commons</artifactId>
<version>1.9.4</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.ict4h</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>atomfeed-commons</artifactId>
<version>1.9.4</version>
<version>${project.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 1 addition & 3 deletions atomfeed-spring-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
<parent>
<artifactId>atomfeed</artifactId>
<groupId>org.ict4h</groupId>
<version>1.9.4</version>
<version>1.9.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>

</parent>

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

<properties>
Expand Down
13 changes: 11 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.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>atomfeed</name>
<description>Atomfeed core libraries</description>
Expand Down Expand Up @@ -51,7 +51,16 @@
<module>atomfeed-client-spring</module>
</modules>


<distributionManagement>
<snapshotRepository>
<id>nexus-sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>nexus-sonatype</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>

<build>
<pluginManagement>
Expand Down

0 comments on commit 75e6e40

Please sign in to comment.