File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >bcrypt-parent</artifactId >
99 <groupId >at.favre.lib</groupId >
10- <version >0.5.0 </version >
10+ <version >0.4.1 </version >
1111 <relativePath >../../</relativePath >
1212 </parent >
1313
1717 <name >BCrypt CLI Tool</name >
1818 <description >A companion CLI tool for the bcrypt library for java.</description >
1919
20+ <properties >
21+ <maven .deploy.skip>true</maven .deploy.skip>
22+ </properties >
23+
2024 <build >
2125 <plugins >
2226 <plugin >
8286 <dependency >
8387 <groupId >at.favre.lib</groupId >
8488 <artifactId >bcrypt</artifactId >
85- <version >0.5.0 </version >
89+ <version >0.4.1 </version >
8690 </dependency >
8791 <dependency >
8892 <groupId >commons-cli</groupId >
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >bcrypt-parent</artifactId >
99 <groupId >at.favre.lib</groupId >
10- <version >0.5.0 </version >
10+ <version >0.4.1 </version >
1111 <relativePath >../../</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 77 <groupId >at.favre.lib</groupId >
88 <artifactId >bcrypt-parent</artifactId >
99 <packaging >pom</packaging >
10- <version >0.5.0 </version >
10+ <version >0.4.1 </version >
1111
1212 <url >https://github.com/patrickfav/bcrypt</url >
1313 <inceptionYear >2018</inceptionYear >
2020 <properties >
2121 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2222 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
23- <maven .deploy.skip>true</maven .deploy.skip>
2423 </properties >
2524
2625 <repositories >
3231 </snapshots >
3332 </repository >
3433 </repositories >
34+ <pluginRepositories >
35+ <pluginRepository >
36+ <id >maven-central-repo</id >
37+ <url >http://repo1.maven.org/maven2</url >
38+ <snapshots >
39+ <enabled >false</enabled >
40+ </snapshots >
41+ </pluginRepository >
42+ </pluginRepositories >
3543
3644 <build >
3745 <plugins >
You can’t perform that action at this time.
0 commit comments