Skip to content

Commit 00df724

Browse files
committed
fixup naming
1 parent 129b3af commit 00df724

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ updates:
66
interval: "weekly"
77
day: "friday"
88
assignees:
9-
- "jackmatt2"
9+
- "codedabble-dev"
1010
labels:
1111
- "dependencies"

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We welcome contributions to this project by both internal and external parties
1414
1. Ensure Github Actions build passes
1515
1. Await reviews
1616
1. Once merged into `master` a `SNAPSHOT` build will be available for consumption
17-
immediately [here](https://oss.sonatype.org/content/repositories/snapshots/io/github/jackmatt2/). Note that
17+
immediately [here](https://oss.sonatype.org/content/repositories/snapshots/io/github/codedabble-dev/). Note that
1818
snapshots change regularly and cannot be relied upon.
1919
1. Hard Releases will be made once enough features have been added.
2020

@@ -71,7 +71,7 @@ export ORG_GRADLE_PROJECT_signingPassword=?
7171
## Releasing [Full Tutorial](https://central.sonatype.org/pages/ossrh-guide.html)
7272

7373
1. Login to SONAR (https://oss.sonatype.org)
74-
1. Click 'Staging Repositories' and locate the 'iogithubjackmatt2' bundle
74+
1. Click 'Staging Repositories' and locate the 'iogithubcodedabble-dev' bundle
7575
1. Review artifacts are correct in the 'Content' tab
7676
1. Press the 'Close' and give a reason such as "Jack Matthews - Confirmed artifacts are OK"
7777
1. Wait for about 1 min and press the 'Refresh button', if all sanity checks have passed the 'Release' button will be

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
[![Build Status](https://github.com/jackmatt2/java-snapshot-testing/workflows/build/badge.svg)](https://github.com/jackmatt2/java-snapshot-testing/actions)
2-
[![JitPack](https://jitpack.io/v/jackmatt2/java-snapshot-testing.svg)](https://jitpack.io/#jackmatt2/java-snapshot-testing)
1+
[![Build Status](https://github.com/codedabble-dev/java-snapshot-testing/workflows/build/badge.svg)](https://github.com/codedabble-dev/java-snapshot-testing/actions)
2+
[![JitPack](https://jitpack.io/v/codedabble-dev/java-snapshot-testing.svg)](https://jitpack.io/#codedabble-dev/java-snapshot-testing)
33

44
# Java Snapshot Testing
55
- Inspired by [facebook's Jest framework](https://facebook.github.io/jest/docs/en/snapshot-testing.html)
66

77
🎉 4.+ is out
88

99
## Upgrading
10-
- Upgrade guide from 3.X to 4.X [here](https://github.com/jackmatt2/java-snapshot-testing/discussions/94)
11-
- Upgrade guide from 2.X to 3.X [here](https://github.com/jackmatt2/java-snapshot-testing/discussions/73)
12-
- Upgrade guide from 2.X-BETA to 2.X [here](https://github.com/jackmatt2/java-snapshot-testing/discussions/58)
10+
- Upgrade guide from 3.X to 4.X [here](https://github.com/codedabble-dev/java-snapshot-testing/discussions/94)
11+
- Upgrade guide from 2.X to 3.X [here](https://github.com/codedabble-dev/java-snapshot-testing/discussions/73)
12+
- Upgrade guide from 2.X-BETA to 2.X [here](https://github.com/codedabble-dev/java-snapshot-testing/discussions/58)
1313

1414
## The testing framework loved by ~~lazy~~ __productive__ devs
1515

@@ -146,7 +146,7 @@ data.
146146
- Does not give great insight to why the snapshot failed
147147
- Can be difficult to troll though large snapshot changes where you might only be interested in a small set of fields
148148

149-
## Installation [JitPack](https://jitpack.io/#jackmatt2/java-snapshot-testing)
149+
## Installation [JitPack](https://jitpack.io/#codedabble-dev/java-snapshot-testing)
150150

151151
Add JitPack to your build repositories:
152152

@@ -339,7 +339,7 @@ public class JUnit4RulesExample {
339339
}
340340
```
341341

342-
See the [ParameterizedTest](https://github.com/jackmatt2/java-snapshot-testing/blob/master/java-snapshot-testing-junit4/src/test/java/au/com/origin/snapshots/ParameterizedTest.java) for an example implementation
342+
See the [ParameterizedTest](https://github.com/codedabble-dev/java-snapshot-testing/blob/master/java-snapshot-testing-junit4/src/test/java/au/com/origin/snapshots/ParameterizedTest.java) for an example implementation
343343

344344
## [Spock](http://spockframework.org/)
345345

gradle/publishing.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ publishing {
1818
pom {
1919
name = 'java-snapshot-testing'
2020
description = 'Snapshot Testing for Java'
21-
url = 'https://github.com/jackmatt2/java-snapshot-testing'
21+
url = 'https://github.com/codedabble-dev/java-snapshot-testing'
2222

2323
scm {
24-
connection = 'scm:git:https://github.com/jackmatt2/java-snapshot-testing'
25-
url = 'https://github.com/jackmatt2/java-snapshot-testing'
24+
connection = 'scm:git:https://github.com/codedabble-dev/java-snapshot-testing'
25+
url = 'https://github.com/codedabble-dev/java-snapshot-testing'
2626
}
2727

2828
licenses {

java-snapshot-testing-core/src/main/java/au/com/origin/snapshots/exceptions/LogGithubIssueException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class LogGithubIssueException extends RuntimeException {
44

55
private static final String LOG_SUPPORT_TICKET =
66
"\n\n*** This exception should never be thrown ***\n"
7-
+ "Log a support ticket at https://github.com/jackmatt2/java-snapshot-testing/issues with details of the exception\n";
7+
+ "Log a support ticket at https://github.com/codedabble-dev/java-snapshot-testing/issues with details of the exception\n";
88

99
public LogGithubIssueException(String message) {
1010
super(message + LOG_SUPPORT_TICKET);

java-snapshot-testing-junit5/src/main/java/au/com/origin/snapshots/junit5/SnapshotExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private boolean shouldFailOnOrphans(ExtensionContext context) {
7575
"FAILED: (Java Snapshot Testing) Unable to get JUnit5 ClassTestDescriptor or ClassBasedTestDescriptor!\n"
7676
+ "Ensure you are using Junit5 >= 5.3.2\n"
7777
+ "This may be due to JUnit5 changing their private api as we use reflection to access it\n"
78-
+ "Log a support ticket https://github.com/jackmatt2/java-snapshot-testing/issues and supply your JUnit5 version\n"
78+
+ "Log a support ticket https://github.com/codedabble-dev/java-snapshot-testing/issues and supply your JUnit5 version\n"
7979
+ "Setting failOnOrphans=true as this is the safest option."
8080
+ "This means that running a test alone (say from the IDE) will fail the snapshot, you need to run the entire class.",
8181
e);

0 commit comments

Comments
 (0)