Commit 9bf66fdecbc68d518e2738827e8dd83b1f386a00

Authored by Cleverson Sacramento
1 parent 1f06061a
Exists in master

Configuração do SCM para o GitHub

Showing 1 changed file with 6 additions and 5 deletions   Show diff stats
pom.xml
... ... @@ -34,7 +34,8 @@
34 34 ou escreva para a Fundação do Software Livre (FSF) Inc.,
35 35 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA.
36 36 -->
37   -<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/maven-v4_0_0.xsd">
  37 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  38 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
38 39  
39 40 <modelVersion>4.0.0</modelVersion>
40 41  
... ... @@ -61,9 +62,9 @@
61 62 </modules>
62 63  
63 64 <scm>
64   - <connection>scm:svn:http://demoiselle.svn.sourceforge.net/svnroot/demoiselle/framework/tags/demoiselle-2.1.2</connection>
65   - <developerConnection>scm:svn:https://demoiselle.svn.sourceforge.net/svnroot/demoiselle/framework/tags/demoiselle-2.1.2</developerConnection>
66   - <url>scm:svn:http://demoiselle.svn.sourceforge.net/viewvc/demoiselle/demoiselle/framework/tags/demoiselle-2.1.2</url>
  65 + <connection>scm:git:git@github.com:demoiselle/framework.git</connection>
  66 + <url>scm:git:git@github.com:demoiselle/framework.git</url>
  67 + <developerConnection>scm:git:git@github.com:demoiselle/framework.git</developerConnection>
67 68 </scm>
68 69  
69 70 <build>
... ... @@ -136,6 +137,6 @@
136 137  
137 138 <properties>
138 139 <upload.url>sftp://web.sourceforge.net/home/frs/project/d/de/demoiselle</upload.url>
139   - <project.nextVersion>2.2.1-SNAPSHOT</project.nextVersion>
  140 + <project.nextVersion>2.2.2-SNAPSHOT</project.nextVersion>
140 141 </properties>
141 142 </project>
... ...