File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 <parent >
2121 <groupId >com._4point.aem</groupId >
2222 <artifactId >fluentforms</artifactId >
23- <version >0.0.2 -SNAPSHOT</version >
23+ <version >0.0.3 -SNAPSHOT</version >
2424 <relativePath >../pom.xml</relativePath >
2525 </parent >
2626 <artifactId >fluentforms.core</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com._4point.aem</groupId >
77 <artifactId >fluentforms</artifactId >
8- <version >0.0.2 -SNAPSHOT</version >
8+ <version >0.0.3 -SNAPSHOT</version >
99 </parent >
1010 <artifactId >fluentforms.examples</artifactId >
1111 <name >FluentForms Examples</name >
2424 <dependency >
2525 <groupId >com._4point.aem</groupId >
2626 <artifactId >fluentforms.core</artifactId >
27- <version >0.0.2 -SNAPSHOT</version >
27+ <version >0.0.3 -SNAPSHOT</version >
2828 </dependency >
2929 <dependency >
3030 <groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 2121 <groupId >com._4point.aem</groupId >
2222 <artifactId >fluentforms</artifactId >
2323 <packaging >pom</packaging >
24- <version >0.0.2 -SNAPSHOT</version >
24+ <version >0.0.3 -SNAPSHOT</version >
2525 <description >fluent-forms-api</description >
2626
2727 <!--
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ public Integer call() throws Exception {
5656 packages .repo ("4PointSolutions" , "FluentFormsAPI" )
5757 .group ("com._4point.aem.docservices" )
5858 .artifact ("rest-services.server" )
59- .version ("0.0.2 -SNAPSHOT" )
59+ .version ("0.0.3 -SNAPSHOT" )
6060 .copyTo (dest , StandardCopyOption .REPLACE_EXISTING );
6161
6262 packages .repo ("4PointSolutions" , "FluentFormsAPI" )
6363 .group ("com._4point.aem" )
6464 .artifact ("fluentforms.core" )
65- .version ("0.0.2 -SNAPSHOT" )
65+ .version ("0.0.3 -SNAPSHOT" )
6666 .copyTo (dest , StandardCopyOption .REPLACE_EXISTING );
6767
6868 return 0 ;
Original file line number Diff line number Diff line change 11///usr/bin/env jbang "$0" "$@" ; exit $?
22//REPOS mavencentral,github=https://maven.pkg.github.com/4PointSolutions/*
33//DEPS info.picocli:picocli:4.6.3
4- //DEPS com._4point.aem:fluentforms.core:0.0.2 -SNAPSHOT com._4point.aem.docservices:rest-services.client:0.0.2 -SNAPSHOT
4+ //DEPS com._4point.aem:fluentforms.core:0.0.3 -SNAPSHOT com._4point.aem.docservices:rest-services.client:0.0.3 -SNAPSHOT
55//JAVA 11+
66
77/*
Original file line number Diff line number Diff line change 11///usr/bin/env jbang "$0" "$@" ; exit $?
22//REPOS mavencentral,github=https://maven.pkg.github.com/4PointSolutions/*
33//DEPS info.picocli:picocli:4.6.3
4- //DEPS com._4point.aem:fluentforms.core:0.0.2 -SNAPSHOT com._4point.aem.docservices:rest-services.client:0.0.2 -SNAPSHOT
4+ //DEPS com._4point.aem:fluentforms.core:0.0.3 -SNAPSHOT com._4point.aem.docservices:rest-services.client:0.0.3 -SNAPSHOT
55//JAVA 11+
66
77/*
Original file line number Diff line number Diff line change 2020 <parent >
2121 <groupId >com._4point.aem.docservices</groupId >
2222 <artifactId >rest-services</artifactId >
23- <version >0.0.2 -SNAPSHOT</version >
23+ <version >0.0.3 -SNAPSHOT</version >
2424 <relativePath >../pom.xml</relativePath >
2525 </parent >
2626 <artifactId >rest-services.client</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com._4point.aem.docservices</groupId >
77 <artifactId >rest-services</artifactId >
8- <version >0.0.2 -SNAPSHOT</version >
8+ <version >0.0.3 -SNAPSHOT</version >
99 </parent >
1010 <artifactId >rest-services.it.tests</artifactId >
1111 <name >Integration Tests</name >
Original file line number Diff line number Diff line change 1414 <groupId >com._4point.aem.docservices</groupId >
1515 <artifactId >rest-services</artifactId >
1616 <packaging >pom</packaging >
17- <version >0.0.2 -SNAPSHOT</version >
17+ <version >0.0.3 -SNAPSHOT</version >
1818 <description >AEM Document Services REST Services</description >
1919
2020 <!--
7979 <jaxb .version>4.0.0</jaxb .version>
8080 <commons-io .version>2.7</commons-io .version>
8181 <sling .servlet-helpers.version>1.2.0</sling .servlet-helpers.version>
82- <fluentforms .version>0.0.2 -SNAPSHOT</fluentforms .version>
83- <rest-services .version>0.0.2 -SNAPSHOT</rest-services .version>
82+ <fluentforms .version>0.0.3 -SNAPSHOT</fluentforms .version>
83+ <rest-services .version>0.0.3 -SNAPSHOT</rest-services .version>
8484
8585 <!-- Testing dependencies -->
8686 <mockito .version>5.3.1</mockito .version>
Original file line number Diff line number Diff line change 2020 <parent >
2121 <groupId >com._4point.aem.docservices</groupId >
2222 <artifactId >rest-services</artifactId >
23- <version >0.0.2 -SNAPSHOT</version >
23+ <version >0.0.3 -SNAPSHOT</version >
2424 <relativePath >../pom.xml</relativePath >
2525 </parent >
2626 <artifactId >rest-services.server</artifactId >
You can’t perform that action at this time.
0 commit comments