Skip to content

Commit

Permalink
reflect repo org change in poms
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Feb 15, 2024
1 parent f56ef59 commit 761b0f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<url>https://github.com/eclipse-ee4j/jaxb-api</url>

<scm>
<connection>scm:git:git://github.com/eclipse-ee4j/jaxb-api.git</connection>
<developerConnection>scm:git:git@github.com:eclipse-ee4j/jaxb-api.git</developerConnection>
<url>https://github.com/eclipse-ee4j/jaxb-api.git</url>
<connection>scm:git:git://github.com/jakartaee/jaxb-api</connection>
<developerConnection>scm:git:git@github.com:jakartaee/jaxb-api</developerConnection>
<url>https://github.com/jakartaee/jaxb-api</url>
<tag>HEAD</tag>
</scm>

Expand Down
10 changes: 5 additions & 5 deletions spec/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2017, 2023 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2017, 2024 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -35,14 +35,14 @@
<name>Jakarta XML Binding Specification</name>

<scm>
<connection>scm:git:git://github.com/eclipse-ee4j/jaxb-api.git</connection>
<developerConnection>scm:git:git@github.com:eclipse-ee4j/jaxb-api.git</developerConnection>
<url>https://github.com/eclipse-ee4j/jaxb-api.git</url>
<connection>scm:git:git://github.com/jakartaee/jaxb-api</connection>
<developerConnection>scm:git:git@github.com:jakartaee/jaxb-api</developerConnection>
<url>https://github.com/jakartaee/jaxb-api</url>
<tag>HEAD</tag>
</scm>
<distributionManagement>
<site>
<url>scm:git:git@github.com:eclipse-ee4j/jaxb-api.git</url>
<url>scm:git:git@github.com:jakartaee/jaxb-api</url>
</site>
</distributionManagement>

Expand Down

0 comments on commit 761b0f1

Please sign in to comment.