Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.8.1
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.openmrs.org/openmrs/branches/1.8.x@21586 5bac5841-c719-aa4e-b3fe-cce5062f897a
  • Loading branch information
wluyima committed Jul 14, 2011
1 parent 40e88ec commit 7ece2b4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.openmrs</groupId>
<artifactId>openmrs</artifactId>
<version>1.8.1-SNAPSHOT</version>
<version>1.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.openmrs.api</groupId>
Expand Down
8 changes: 4 additions & 4 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.openmrs</groupId>
<artifactId>openmrs</artifactId>
<version>1.8.1-SNAPSHOT</version>
<version>1.8.1</version>
<packaging>pom</packaging>
<name>OpenMRS</name>
<description>Master project for the modules of OpenMRS</description>
Expand All @@ -27,9 +27,9 @@
</organization>

<scm>
<connection>scm:svn:https://svn.openmrs.org/openmrs/branches/1.8.x/</connection>
<developerConnection>scm:svn:https://svn.openmrs.org/openmrs/branches/1.8.x/</developerConnection>
<url>https://svn.openmrs.org/openmrs/branches/1.8.x/</url>
<connection>scm:svn:https://svn.openmrs.org/openmrs/tags/1.8.1</connection>
<developerConnection>scm:svn:https://svn.openmrs.org/openmrs/tags/1.8.1</developerConnection>
<url>https://svn.openmrs.org/openmrs/tags/1.8.1</url>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.openmrs</groupId>
<artifactId>openmrs</artifactId>
<version>1.8.1-SNAPSHOT</version>
<version>1.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.openmrs.test</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.openmrs</groupId>
<artifactId>openmrs</artifactId>
<version>1.8.1-SNAPSHOT</version>
<version>1.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.openmrs.tools</groupId>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.openmrs</groupId>
<artifactId>openmrs</artifactId>
<version>1.8.1-SNAPSHOT</version>
<version>1.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.openmrs.web</groupId>
Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.openmrs</groupId>
<artifactId>openmrs</artifactId>
<version>1.8.1-SNAPSHOT</version>
<version>1.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.openmrs.web</groupId>
Expand Down

0 comments on commit 7ece2b4

Please sign in to comment.