File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 <artifactId >money-api</artifactId >
1616 <packaging >jar</packaging >
1717
18- <version >1.0.2 </version >
18+ <version >1.0.3-SNAPSHOT </version >
1919 <name >JSR 354 (Money and Currency API)</name >
2020 <url >http://java.net/projects/javamoney</url >
2121 <inceptionYear >2012</inceptionYear >
319319 </execution >
320320 </executions >
321321 </plugin >
322+ <!-- <plugin>-->
323+ <!-- <groupId>org.jfrog.buildinfo</groupId>-->
324+ <!-- <artifactId>artifactory-maven-plugin</artifactId>-->
325+ <!-- <version>2.6.1</version>-->
326+ <!-- <inherited>false</inherited>-->
327+ <!-- <executions>-->
328+ <!-- <execution>-->
329+ <!-- <id>build-info</id>-->
330+ <!-- <goals>-->
331+ <!-- <goal>publish</goal>-->
332+ <!-- </goals>-->
333+ <!-- <configuration>-->
334+ <!-- <deployProperties>-->
335+ <!-- <gradle>awesome</gradle>-->
336+ <!-- <review.team>qa</review.team>-->
337+ <!-- </deployProperties>-->
338+ <!-- <publisher>-->
339+ <!-- <contextUrl>https://oss.jfrog.org</contextUrl>-->
340+ <!-- <username>javamoney</username>-->
341+ <!-- <password></password>-->
342+ <!-- <repoKey>libs-release-local</repoKey>-->
343+ <!-- <snapshotRepoKey>libs-snapshot-local</snapshotRepoKey>-->
344+ <!-- </publisher>-->
345+ <!-- </configuration>-->
346+ <!-- </execution>-->
347+ <!-- </executions>-->
348+ <!-- </plugin>-->
322349 </plugins >
323350 </build >
324351 </profile >
You can’t perform that action at this time.
0 commit comments