|
1 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" |
2 |
| - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 2 | <modelVersion>4.0.0</modelVersion>
|
4 | 3 | <groupId>com.github.timeu.gwt-libs.gwasviewer</groupId>
|
5 | 4 | <artifactId>gwasviewer-parent</artifactId>
|
6 |
| - <version>1.0.0-SNAPSHOT</version> |
| 5 | + <version>1.0.0</version> |
7 | 6 | <name>GWASViewer (Parent)</name>
|
8 | 7 | <packaging>pom</packaging>
|
9 | 8 | <description>A GWT based visualization for a Manhattan plots</description>
|
|
74 | 73 | <dependency>
|
75 | 74 | <groupId>com.github.timeu.gwt-libs.geneviewer</groupId>
|
76 | 75 | <artifactId>geneviewer</artifactId>
|
77 |
| - <version>${geneviewer.version}</version> |
| 76 | + <version>1.0.0</version> |
78 | 77 | </dependency>
|
79 | 78 | <dependency>
|
80 | 79 | <groupId>com.github.timeu.gwt-libs.dygraphs-gwt</groupId>
|
81 | 80 | <artifactId>dygraphs-gwt</artifactId>
|
82 |
| - <version>${dygraphsgwt.version}</version> |
| 81 | + <version>1.0.0</version> |
83 | 82 | </dependency>
|
84 | 83 | <dependency>
|
85 | 84 | <groupId>com.github.timeu.gwt-libs.ldviewer</groupId>
|
86 | 85 | <artifactId>ldviewer</artifactId>
|
87 |
| - <version>${ldviewer.version}</version> |
| 86 | + <version>1.0.0</version> |
88 | 87 | </dependency>
|
89 | 88 | <dependency>
|
90 | 89 | <groupId>com.googlecode.gwt-charts</groupId>
|
|
211 | 210 | <url>https://timeu@github.com/timeu/gwasviewer</url>
|
212 | 211 | <connection>scm:git:git@github.com:timeu/gwasviewer.git</connection>
|
213 | 212 | <developerConnection>scm:git:ssh://git@github.com/timeu/gwasviewer.git</developerConnection>
|
214 |
| - <tag>HEAD</tag> |
| 213 | + <tag>v1.0.0</tag> |
215 | 214 | </scm>
|
216 | 215 | </project>
|
0 commit comments