Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
openmrs-bot committed Jun 2, 2023
1 parent e92c898 commit c22fa09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>oauth2login</artifactId>
<version>1.4.0</version>
<version>1.5.0-SNAPSHOT</version>
</parent>

<artifactId>oauth2login-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>oauth2login</artifactId>
<version>1.4.0</version>
<version>1.5.0-SNAPSHOT</version>
</parent>

<artifactId>oauth2login-omod</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>oauth2login-api</artifactId>
<version>1.4.0</version>
<version>1.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openmrs.web</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>oauth2login</artifactId>
<version>1.4.0</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>OAuth 2.0 Login</name>
<description>Delegates user authentication to an OAuth 2.0 authentication provider.</description>
Expand All @@ -24,7 +24,7 @@
<connection>scm:git:[email protected]:openmrs/openmrs-module-oauth2login.git</connection>
<developerConnection>scm:git:[email protected]:openmrs/openmrs-module-oauth2login.git</developerConnection>
<url>https://github.com/openmrs/openmrs-module-oauth2login/</url>
<tag>1.4.0</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down

0 comments on commit c22fa09

Please sign in to comment.