Skip to content

Commit abab87c

Browse files
committed
updates
1 parent 70b9621 commit abab87c

2 files changed

Lines changed: 15 additions & 11 deletions

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
src/test/java/com/flutterwave/services/Environments.java
2-
.idea
2+
.idea
3+
target
4+
target/test-classes/com/flutterwave/services/Environments.class
5+
target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
6+
target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
<url>https://github.com/Flutterwave/Java/tree/main</url>
3636
</scm>
3737

38-
<!-- <distributionManagement>-->
39-
<!-- <snapshotRepository>-->
40-
<!-- <id>ossrh</id>-->
41-
<!-- <url>https://oss.sonatype.org/content/repositories/snapshots</url>-->
42-
<!-- </snapshotRepository>-->
43-
<!-- <repository>-->
44-
<!-- <id>ossrh</id>-->
45-
<!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>-->
46-
<!-- </repository>-->
47-
<!-- </distributionManagement>-->
38+
<distributionManagement>
39+
<snapshotRepository>
40+
<id>ossrh</id>
41+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
42+
</snapshotRepository>
43+
<repository>
44+
<id>ossrh</id>
45+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
46+
</repository>
47+
</distributionManagement>
4848

4949
<dependencies>
5050
<dependency>

0 commit comments

Comments
 (0)