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
anil committed Aug 2, 2011
1 parent 154e000 commit 33c8977
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion openxds/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>openxds</artifactId>
<groupId>org.openhealthtools.openxds</groupId>
<version>1.2</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions openxds/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<artifactId>openxds</artifactId>
<groupId>org.openhealthtools.openxds</groupId>
<version>1.2</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<groupId>org.openhealthtools.openxds</groupId>
<artifactId>openxds-build</artifactId>
<version>1.2</version>
<version>1.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>OpenXDS - Build</name>
<url>https://openxds.projects.openhealthtools.org</url>
Expand Down
2 changes: 1 addition & 1 deletion openxds/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>openxds</artifactId>
<groupId>org.openhealthtools.openxds</groupId>
<version>1.2</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.openhealthtools.openxds</groupId>
Expand Down
2 changes: 1 addition & 1 deletion openxds/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openhealthtools.openxds</groupId>
<artifactId>openxds</artifactId>
<version>1.2</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion openxds/iheos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>openxds</artifactId>
<groupId>org.openhealthtools.openxds</groupId>
<version>1.2</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.openhealthtools.openxds</groupId>
Expand Down
4 changes: 2 additions & 2 deletions openxds/integrationtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<artifactId>openxds</artifactId>
<groupId>org.openhealthtools.openxds</groupId>
<version>1.2</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<groupId>org.openhealthtools.openxds</groupId>
<artifactId>openxds-integrationtests</artifactId>
<version>1.2</version>
<version>1.2.1-SNAPSHOT</version>
<name>OpenXDS - Integration Tests</name>

<build>
Expand Down
2 changes: 1 addition & 1 deletion openxds/jettyembedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>openxds</artifactId>
<groupId>org.openhealthtools.openxds</groupId>
<version>1.2</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<groupId>org.openhealthtools.openxds</groupId>
<artifactId>openxds-jettyembedded</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions openxds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>org.openhealthtools.openxds</groupId>
<artifactId>openxds</artifactId>
<packaging>pom</packaging>
<version>1.2</version>
<version>1.2.1-SNAPSHOT</version>
<name>OpenXDS Parent</name>
<description>Implements the IHE XDS profile - XDS Repository and Registry actors</description>
<url>https://openxds.projects.openhealthtools.org</url>
Expand All @@ -29,9 +29,9 @@
</licenses>

<scm>
<connection>scm:svn:https://openxds.projects.openhealthtools.org/svn/openxds/tags/openxds-1.2</connection>
<developerConnection>scm:svn:https://openxds.projects.openhealthtools.org/svn/openxds/tags/openxds-1.2</developerConnection>
<url>https://openxds.projects.openhealthtools.org/source/browse/openxds/tags/openxds-1.2</url>
<connection>scm:svn:https://openxds.projects.openhealthtools.org/svn/openxds/trunk/openxds</connection>
<developerConnection>scm:svn:https://openxds.projects.openhealthtools.org/svn/openxds/trunk/openxds</developerConnection>
<url>https://openxds.projects.openhealthtools.org/source/browse/openxds</url>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion openxds/registry-omaradapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>openxds</artifactId>
<groupId>org.openhealthtools.openxds</groupId>
<version>1.2</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion openxds/registry-patientlite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openhealthtools.openxds</groupId>
<artifactId>openxds</artifactId>
<version>1.2</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion openxds/repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openhealthtools.openxds</groupId>
<artifactId>openxds</artifactId>
<version>1.2</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions openxds/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.openhealthtools.openxds</groupId>
<artifactId>openxds</artifactId>
<version>1.2</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>openxds-web</artifactId>
<packaging>war</packaging>
<version>1.2</version>
<version>1.2.1-SNAPSHOT</version>
<name>OpenXDS - Web Application (Struts 2)</name>


Expand Down

0 comments on commit 33c8977

Please sign in to comment.