File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ dependency-reduced-pom.xml
6868buildNumber.properties
6969.mvn /timing.properties
7070
71+ .DS_Store
72+
7173# ## Vault ###
7274.vlt
7375
Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ Or to deploy only the bundle to the author, run
4242
4343There are three levels of testing contained in the project:
4444
45- * unit test in core: this show-cases classic unit testing of the code contained in the bundle. To test, execute:
45+ unit test in core: this show-cases classic unit testing of the code contained in the bundle. To test, execute:
4646
4747 mvn clean test
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >be.ida.jetpack</groupId >
77 <artifactId >advanced-clientlibs</artifactId >
8- <version >1.0.0-SNAPSHOT </version >
8+ <version >1.0.0</version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 44 <groupId >be.ida.jetpack</groupId >
55 <artifactId >advanced-clientlibs</artifactId >
66 <packaging >pom</packaging >
7- <version >1.0.0-SNAPSHOT </version >
7+ <version >1.0.0</version >
88
99 <name >Jetpack - Advanced Clientlibs</name >
1010 <description >Jetpack Advanced Clientlibs to be more flexible with clientlibs.</description >
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >be.ida.jetpack</groupId >
1010 <artifactId >advanced-clientlibs</artifactId >
11- <version >1.0.0-SNAPSHOT </version >
11+ <version >1.0.0</version >
1212 <relativePath >../pom.xml</relativePath >
1313 </parent >
1414
1717 <!-- ====================================================================== -->
1818 <artifactId >advanced-clientlibs.ui.apps</artifactId >
1919 <packaging >content-package</packaging >
20- <name >Jetpack - Advanced Clientlins - UI apps</name >
20+ <name >Jetpack - Advanced Clientlibs - UI apps</name >
2121 <description >
2222 Jetpack Advanced Clientlibs to be more flexible with clientlibs.
2323 Jetpack, powered by iDA Mediafoundry.
8181 <filterSource >src/main/content/META-INF/vault/filter.xml</filterSource >
8282 <verbose >true</verbose >
8383 <failOnError >true</failOnError >
84- <name >Jetpack-DropTargets </name >
84+ <name >Jetpack-Advanced-Clientlibs </name >
8585 <group >Jetpack</group >
8686 <embeddeds >
8787 <embedded >
You can’t perform that action at this time.
0 commit comments