Skip to content

Commit 2dbb8e5

Browse files
committed
Added basic test to verify frameworkium. Fixed the package.
1 parent 81ae6f1 commit 2dbb8e5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+117
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<version>1.0.1</version>
77

88
<name>Frameworkium-core</name>
9-
<description>Frameworkium core code. Referenced by the frameworkium project, with example tests.</description>
9+
<description>Frameworkium core code. Referenced by the com.frameworkium project, with example tests.</description>
1010
<url/>
1111
<inceptionYear/>
1212
<organization/>
@@ -150,7 +150,7 @@
150150

151151
<profiles>
152152
<profile>
153-
<id>frameworkium-core</id>
153+
<id>com.frameworkium-core</id>
154154
<activation>
155155
<activeByDefault>true</activeByDefault>
156156
</activation>

0 commit comments

Comments
 (0)