Skip to content

Commit fa59988

Browse files
committed
Fixing release profile.
1 parent 7e17abe commit fa59988

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pom.xml

+6-7
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.fusesource</groupId>
2222
<artifactId>fusesource-pom</artifactId>
23-
<version>1.3</version>
23+
<version>1.9</version>
2424
</parent>
2525

2626
<groupId>org.fusesource.scalamd</groupId>
@@ -35,11 +35,11 @@
3535

3636
<properties>
3737
<forge-project-id>scalamd</forge-project-id>
38-
<release-altGitURL>scm:git:ssh://[email protected]:chirino/scalamd.git</release-altGitURL>
3938

40-
<scala-version>2.8.1</scala-version>
39+
<scala-version>2.9.0</scala-version>
4140
<maven-scala-plugin-version>2.15.0</maven-scala-plugin-version>
4241
<maven-surefire-plugin-version>2.4.3</maven-surefire-plugin-version>
42+
4343
<bundle-plugin-version>2.3.4</bundle-plugin-version>
4444

4545
</properties>
@@ -90,10 +90,9 @@
9090

9191
<url>http://${forge-project-id}.fusesource.com/maven/${project.version}</url>
9292
<scm>
93-
<connection>scm:git:git://github.com/chirino/scalamd.git</connection>
94-
<!-- Work around for issue: http://jira.codehaus.org/browse/SCM-444 -->
95-
<developerConnection>${release-altGitURL}</developerConnection>
96-
<url>http://github.com/chirino/scalamd/tree/master</url>
93+
<connection>scm:git:git://github.com/fusesource/scalamd.git</connection>
94+
<developerConnection>scm:git:[email protected]:fusesource/scalamd.git</developerConnection>
95+
<url>https://github.com/fusesource/scalamd/blob/master</url>
9796
</scm>
9897
<distributionManagement>
9998
<site>

0 commit comments

Comments
 (0)