Skip to content

Commit f77d0f9

Browse files
committed
1.0.0
1 parent 19e4294 commit f77d0f9

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
<configuration>
101101
<encoding>UTF-8</encoding>
102102
<source>8</source>
103+
<sourcepath>src/main/java</sourcepath>
103104
</configuration>
104105
<executions>
105106
<execution>

src/main/java/com.github.elibracha/model/ChangedOpenApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.github.elibracha.model;
22

3-
import com.github.elibracha.model.util.EndpointUtils;
3+
import com.github.elibracha.util.EndpointUtils;
44
import io.swagger.v3.oas.models.OpenAPI;
55
import java.util.List;
66
import java.util.stream.Collectors;

src/main/java/com.github.elibracha/model/util/ChangedUtils.java renamed to src/main/java/com/github/elibracha/util/ChangedUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.elibracha.model.util;
1+
package com.github.elibracha.util;
22

33

44
import com.github.elibracha.model.Changed;

src/main/java/com.github.elibracha/model/util/EndpointUtils.java renamed to src/main/java/com/github/elibracha/util/EndpointUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.elibracha.model.util;
1+
package com.github.elibracha.util;
22

33
import com.github.elibracha.model.Endpoint;
44
import io.swagger.v3.oas.models.Operation;

0 commit comments

Comments
 (0)