Updated Branches: refs/heads/trunk 9f61e0a36 -> f20d9688d
Add in new scm settings to pom and add a .gitignore file. Project: http://git-wip-us.apache.org/repos/asf/activemq-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-cpp/commit/f20d9688 Tree: http://git-wip-us.apache.org/repos/asf/activemq-cpp/tree/f20d9688 Diff: http://git-wip-us.apache.org/repos/asf/activemq-cpp/diff/f20d9688 Branch: refs/heads/trunk Commit: f20d9688d1de335b6e30ec91a3b1e9ee76e17a3a Parents: 9f61e0a Author: Timothy Bish <[email protected]> Authored: Tue Sep 3 11:15:52 2013 -0400 Committer: Timothy Bish <[email protected]> Committed: Tue Sep 3 11:15:52 2013 -0400 ---------------------------------------------------------------------- .gitignore | 16 ++++++++++++++++ pom.xml | 7 ++++--- 2 files changed, 20 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/f20d9688/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7b07366 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +*~ +*.swp +.idea +.idea/* +*.iml +*.ipr +*.iws +target +.DS_Store +.project +.classpath +.settings +eclipse-classes +dependency-reduced-pom.xml + + http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/f20d9688/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8ff6bcc..ac044f2 100644 --- a/pom.xml +++ b/pom.xml @@ -90,9 +90,10 @@ </distributionManagement> <scm> - <connection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-cpp/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-cpp/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk</url> + <connection>scm:git:http://git-wip-us.apache.org/repos/asf/activemq-cpp.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/activemq-cpp.git</developerConnection> + <url>https://fisheye6.atlassian.com/browse/~br=master/activemq-cpp-git</url> + <tag>HEAD</tag> </scm> <dependencyManagement>
