Skip to content

Commit fb72d4e

Browse files
#152 Renamed DSM module to graph-algorithms
1 parent 668d68a commit fb72d4e

File tree

54 files changed

+5
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+5
-5
lines changed

cost-benefit-calculator/pom.xml

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

3636
<dependency>
3737
<groupId>org.hjug.refactorfirst.dsm</groupId>
38-
<artifactId>dsm</artifactId>
38+
<artifactId>graph-algorithms</artifactId>
3939
</dependency>
4040

4141
<dependency>

coverage/pom.xml

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

3232
<dependency>
3333
<groupId>org.hjug.refactorfirst.dsm</groupId>
34-
<artifactId>dsm</artifactId>
34+
<artifactId>graph-algorithms</artifactId>
3535
</dependency>
3636

3737
<dependency>

dsm/pom.xml renamed to graph-algorithms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<groupId>org.hjug.refactorfirst.dsm</groupId>
12-
<artifactId>dsm</artifactId>
12+
<artifactId>graph-algorithms</artifactId>
1313

1414
<description>
1515
Implementation of a DSM that only has JGraphT-Core as a dependency.

dsm/src/main/java/org/hjug/dsm/CircularReferenceChecker.java renamed to graph-algorithms/src/main/java/org/hjug/dsm/CircularReferenceChecker.java

File renamed without changes.
File renamed without changes.

dsm/src/main/java/org/hjug/dsm/EdgeRemovalCalculator.java renamed to graph-algorithms/src/main/java/org/hjug/dsm/EdgeRemovalCalculator.java

File renamed without changes.

dsm/src/main/java/org/hjug/dsm/EdgeToRemoveInfo.java renamed to graph-algorithms/src/main/java/org/hjug/dsm/EdgeToRemoveInfo.java

File renamed without changes.

dsm/src/main/java/org/hjug/dsm/OptimalBackEdgeRemover.java renamed to graph-algorithms/src/main/java/org/hjug/dsm/OptimalBackEdgeRemover.java

File renamed without changes.

dsm/src/main/java/org/hjug/dsm/SparseGraphCircularReferenceChecker.java renamed to graph-algorithms/src/main/java/org/hjug/dsm/SparseGraphCircularReferenceChecker.java

File renamed without changes.

dsm/src/main/java/org/hjug/dsm/SparseIntDWGEdgeRemovalCalculator.java renamed to graph-algorithms/src/main/java/org/hjug/dsm/SparseIntDWGEdgeRemovalCalculator.java

File renamed without changes.

0 commit comments

Comments
 (0)