Skip to content

Commit 156f461

Browse files
committed
Prepare for 0.0.2
1 parent 0f9fc2d commit 156f461

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
0.0.2 (2015-06-17)
5+
------------------
6+
7+
* Add org.sonatype.oss to the Maven configuration.
8+
49
0.0.1 (2015-06-17)
510
------------------
611

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,9 @@
223223
</plugin>
224224
</plugins>
225225
</build>
226+
<parent>
227+
<groupId>org.sonatype.oss</groupId>
228+
<artifactId>oss-parent</artifactId>
229+
<version>7</version>
230+
</parent>
226231
</project>

0 commit comments

Comments
 (0)