|
10 | 10 | <name>keepassxc-cryptomator</name> |
11 | 11 | <description>Store Cryptomator vault passwords in KeePassXC</description> |
12 | 12 | <url>https://github.com/purejava/keepassxc-cryptomator/</url> |
| 13 | + |
13 | 14 | <scm> |
14 | 15 | < connection>scm:git: [email protected]:purejava/keepassxc-cryptomator.git</ connection> |
15 | 16 | < developerConnection>scm:git: [email protected]:purejava/keepassxc-cryptomator.git</ developerConnection> |
|
74 | 75 | <dependency> |
75 | 76 | <groupId>org.junit.jupiter</groupId> |
76 | 77 | <artifactId>junit-jupiter-api</artifactId> |
77 | | - <version>5.7.0</version> |
| 78 | + <version>${junit.version}</version> |
78 | 79 | <scope>test</scope> |
79 | 80 | </dependency> |
80 | 81 | <dependency> |
81 | 82 | <groupId>org.junit.jupiter</groupId> |
82 | 83 | <artifactId>junit-jupiter-engine</artifactId> |
83 | | - <version>5.7.0</version> |
| 84 | + <version>${junit.version}</version> |
84 | 85 | <scope>test</scope> |
85 | 86 | </dependency> |
86 | 87 | <dependency> |
87 | 88 | <groupId>org.junit.jupiter</groupId> |
88 | 89 | <artifactId>junit-jupiter</artifactId> |
89 | | - <version>5.7.0</version> |
| 90 | + <version>${junit.version}</version> |
90 | 91 | <scope>test</scope> |
91 | 92 | </dependency> |
92 | 93 | </dependencies> |
93 | 94 |
|
94 | 95 | <build> |
95 | | - |
96 | 96 | <plugins> |
97 | 97 | <plugin> |
98 | 98 | <groupId>org.apache.maven.plugins</groupId> |
99 | 99 | <artifactId>maven-compiler-plugin</artifactId> |
100 | | - <version>3.8.0</version> |
| 100 | + <version>3.8.1</version> |
101 | 101 | <configuration> |
102 | 102 | <release>14</release> |
103 | 103 | </configuration> |
104 | 104 | </plugin> |
105 | 105 | <plugin> |
106 | 106 | <groupId>org.apache.maven.plugins</groupId> |
107 | 107 | <artifactId>maven-surefire-plugin</artifactId> |
108 | | - <version>2.22.2</version> |
| 108 | + <version>3.0.0-M5</version> |
109 | 109 | </plugin> |
110 | 110 | <plugin> |
111 | 111 | <artifactId>maven-source-plugin</artifactId> |
|
178 | 178 | </plugins> |
179 | 179 | </build> |
180 | 180 |
|
181 | | - |
182 | 181 | <profiles> |
183 | 182 | <profile> |
184 | 183 | <id>sign</id> |
|
243 | 242 | </repository> |
244 | 243 | </distributionManagement> |
245 | 244 | </profile> |
| 245 | + |
246 | 246 | </profiles> |
247 | 247 | </project> |
0 commit comments