File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212 <groupId >ch.racic.selenium.helper</groupId >
1313 <artifactId >SeleniumDownloadHelper</artifactId >
14- <version >0.3-SNAPSHOT</version >
14+ <version >0.3.0 -SNAPSHOT</version >
1515 <packaging >jar</packaging >
1616
1717 <name >Selenium Download Helper library</name >
3838 <url >http://github.com/rac2030/SeleniumDownloadHelper</url >
3939 </scm >
4040
41+ <distributionManagement >
42+ <snapshotRepository >
43+ <id >sonatype-nexus-snapshots</id >
44+ <name >Sonatype Nexus Snapshots</name >
45+ <url >http://oss.sonatype.org/content/repositories/snapshots</url >
46+ </snapshotRepository >
47+ <repository >
48+ <id >sonatype-nexus-staging</id >
49+ <name >sonatype-nexus-staging</name >
50+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
51+ </repository >
52+ </distributionManagement >
53+
4154 <issueManagement >
4255 <system >github</system >
4356 <url >https://github.com/rac2030/SeleniumDownloadHelper/issues</url >
7083 <scope >test</scope >
7184 </dependency >
7285 <dependency >
73- <groupId >junit</groupId >
86+ <groupId >junit</groupId >
7487 <artifactId >junit</artifactId >
7588 <version >4.11</version >
7689 <scope >test</scope >
108121 </plugin-->
109122 </plugins >
110123 </build >
124+
111125 <profiles >
112126 <profile >
113127 <id >sign</id >
128+ <activation >
129+ <property >
130+ <name >performRelease</name >
131+ <value >true</value >
132+ </property >
133+ </activation >
114134 <build >
115135 <plugins >
116136 <!-- See http://maven.apache.org/plugins/maven-gpg-plugin/ -->
You can’t perform that action at this time.
0 commit comments