We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dec36b commit 9c2384cCopy full SHA for 9c2384c
pom.xml
@@ -7,6 +7,18 @@
7
<groupId>com.github.aquality-automation</groupId>
8
<artifactId>aquality-appium-mobile</artifactId>
9
<version>1.0.0</version>
10
+
11
+ <distributionManagement>
12
+ <snapshotRepository>
13
+ <id>ossrh</id>
14
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
15
+ </snapshotRepository>
16
+ <repository>
17
18
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
19
+ </repository>
20
+ </distributionManagement>
21
22
<build>
23
<plugins>
24
<plugin>
0 commit comments