Repository: juneau Updated Branches: refs/heads/master d6146f306 -> dce33146c
Missed some incubator references. Project: http://git-wip-us.apache.org/repos/asf/juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/juneau/commit/dce33146 Tree: http://git-wip-us.apache.org/repos/asf/juneau/tree/dce33146 Diff: http://git-wip-us.apache.org/repos/asf/juneau/diff/dce33146 Branch: refs/heads/master Commit: dce33146c1159bf0fe33688d5e103dc2119ad972 Parents: d6146f3 Author: JamesBognar <[email protected]> Authored: Sun Oct 22 14:30:54 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Sun Oct 22 14:30:54 2017 -0400 ---------------------------------------------------------------------- README.md | 7 +------ juneau-doc/src/main/.DS_Store | Bin 6148 -> 0 bytes juneau-examples/juneau-examples-rest/examples.cfg | 2 +- .../src/main/resources/examples.cfg | 2 +- pom.xml | 10 +++++----- 5 files changed, 8 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juneau/blob/dce33146/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 1db1b35..33a3ca2 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,6 @@ # Juneau -This is a read-only mirror of [this GIT repository](https://git-wip-us.apache.org/repos/asf/incubator-juneau.git) +This is a read-only mirror of [this GIT repository](https://git-wip-us.apache.org/repos/asf/juneau.git) Please visit the [home page](http://juneau.apache.org) for more information about this project. - -Apache Juneau is an effort undergoing Incubation at The Apache Software Foundation (ASF), sponsored by the Incubator. -Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. -While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. - http://git-wip-us.apache.org/repos/asf/juneau/blob/dce33146/juneau-doc/src/main/.DS_Store ---------------------------------------------------------------------- diff --git a/juneau-doc/src/main/.DS_Store b/juneau-doc/src/main/.DS_Store deleted file mode 100644 index 7b3ee0c..0000000 Binary files a/juneau-doc/src/main/.DS_Store and /dev/null differ http://git-wip-us.apache.org/repos/asf/juneau/blob/dce33146/juneau-examples/juneau-examples-rest/examples.cfg ---------------------------------------------------------------------- diff --git a/juneau-examples/juneau-examples-rest/examples.cfg b/juneau-examples/juneau-examples-rest/examples.cfg index 4a8e528..df6aac8 100755 --- a/juneau-examples/juneau-examples-rest/examples.cfg +++ b/juneau-examples/juneau-examples-rest/examples.cfg @@ -165,6 +165,6 @@ includeRowNums = true # Source code location #======================================================================================================================= [Source] -gitHub = https://github.com/apache/incubator-juneau/blob/master/juneau-examples-rest/src/main/java +gitHub = https://github.com/apache/juneau/blob/master/juneau-examples-rest/src/main/java http://git-wip-us.apache.org/repos/asf/juneau/blob/dce33146/juneau-examples/juneau-examples-rest/src/main/resources/examples.cfg ---------------------------------------------------------------------- diff --git a/juneau-examples/juneau-examples-rest/src/main/resources/examples.cfg b/juneau-examples/juneau-examples-rest/src/main/resources/examples.cfg index 5c429a7..d6d0e6a 100755 --- a/juneau-examples/juneau-examples-rest/src/main/resources/examples.cfg +++ b/juneau-examples/juneau-examples-rest/src/main/resources/examples.cfg @@ -144,4 +144,4 @@ includeRowNums = true # Source code location #================================================================================ [Source] -gitHub = https://github.com/apache/incubator-juneau/blob/master/juneau-examples-rest/src/main/java +gitHub = https://github.com/apache/juneau/blob/master/juneau-examples-rest/src/main/java http://git-wip-us.apache.org/repos/asf/juneau/blob/dce33146/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1ba6265..ad4aad0 100644 --- a/pom.xml +++ b/pom.xml @@ -277,15 +277,15 @@ </plugins> </reporting> - <url>http://juneau.incubator.apache.org</url> + <url>http://juneau.apache.org</url> <organization> <name>Apache</name> <url>http://www.apache.org/</url> </organization> <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-juneau.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-juneau.git</developerConnection> - <url>https://github.com/apache/incubator-juneau</url> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/juneau.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/juneau.git</developerConnection> + <url>https://github.com/apache/juneau</url> <tag>HEAD</tag> </scm> <issueManagement> @@ -295,7 +295,7 @@ <mailingLists> <mailingList> <name>Apache Juneau Developers</name> - <post>[email protected]</post> + <post>[email protected]</post> <subscribe>[email protected]</subscribe> <unsubscribe>[email protected]</unsubscribe> <archive>https://lists.apache.org/[email protected]</archive>
