We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9fc2d commit 156f461Copy full SHA for 156f461
CHANGELOG.md
@@ -1,6 +1,11 @@
1
CHANGELOG
2
=========
3
4
+0.0.2 (2015-06-17)
5
+------------------
6
+
7
+* Add org.sonatype.oss to the Maven configuration.
8
9
0.0.1 (2015-06-17)
10
------------------
11
pom.xml
@@ -223,4 +223,9 @@
223
</plugin>
224
</plugins>
225
</build>
226
+ <parent>
227
+ <groupId>org.sonatype.oss</groupId>
228
+ <artifactId>oss-parent</artifactId>
229
+ <version>7</version>
230
+ </parent>
231
</project>
0 commit comments