Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fatmali committed Sep 18, 2019
1 parent 3561b7c commit 239ce0d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>spa</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>spa-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion omod/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>spa</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>spa-omod</artifactId>
Expand Down
26 changes: 19 additions & 7 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>spa</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>Single Page Application</name>
<description>The SPA module for OpenMRS</description>
Expand All @@ -22,8 +22,8 @@
</organization>

<scm>
<connection>scm:git:git@github.com:openmrs/openmrs-module-spa.git</connection>
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-spa.git</developerConnection>
<connection>scm:git:git@github.com:openmrs/openmrs-module-spa.git</connection>
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-spa.git</developerConnection>
<url>https://github.com/openmrs/openmrs-module-spa.git</url>
</scm>

Expand Down Expand Up @@ -108,17 +108,29 @@
<artifactId>maven-dependency-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.4.2</version>
<configuration>
<tagNameFormat>@{project.version}</tagNameFormat>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>

<repositories>
<distributionManagement>
<repository>
<id>openmrs-repo</id>
<id>openmrs-repo-modules</id>
<name>OpenMRS Nexus Repository</name>
<url>http://mavenrepo.openmrs.org/nexus/content/repositories/public</url>
<url>http://mavenrepo.openmrs.org/nexus/content/repositories/modules</url>
</repository>
</repositories>
<snapshotRepository>
<id>openmrs-repo-snapshots</id>
<name>OpenMRS Snapshots</name>
<url>http://mavenrepo.openmrs.org/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<pluginRepositories>
<pluginRepository>
Expand Down

0 comments on commit 239ce0d

Please sign in to comment.