Skip to content

Commit 20f9c43

Browse files
Release version 1.0.0
1 parent 8f6b4a0 commit 20f9c43

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ dependency-reduced-pom.xml
6868
buildNumber.properties
6969
.mvn/timing.properties
7070

71+
.DS_Store
72+
7173
### Vault ###
7274
.vlt
7375

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ Or to deploy only the bundle to the author, run
4242

4343
There 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

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

ui.apps/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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

@@ -17,7 +17,7 @@
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.
@@ -81,7 +81,7 @@
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>

0 commit comments

Comments
 (0)