Skip to content

Commit b11fd7d

Browse files
committed
Change name to break dependencies
1 parent 4f6f106 commit b11fd7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.sourcegraph</groupId>
88
<artifactId>java-lib</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.1.0</version>
1010

1111
<properties>
1212
<maven.compiler.source>8</maven.compiler.source>

src/main/java/org/sourcegraph/SourcegraphService.java renamed to src/main/java/org/sourcegraph/SourcegraphLookup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package org.sourcegraph;
22

3-
public class SourcegraphService {
3+
public class SourcegraphLookup {
44
public Record getRecordById(final int id) {
55
return new Record(id, "some name", "some location");
66
}

0 commit comments

Comments
 (0)