Skip to content

Commit

Permalink
Merge pull request #91 from eeverman/create-0_2_1-release
Browse files Browse the repository at this point in the history
Checkin for 0.2.1 Release
  • Loading branch information
eeverman authored Dec 24, 2016
2 parents 9df2a4d + 50fe59a commit 380e7e1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion andhow-usage-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>andhow-parent</artifactId>
<groupId>yarnandtail</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

<artifactId>andhow-usage-examples</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions andhow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>andhow-parent</artifactId>
<groupId>yarnandtail</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

<artifactId>andhow</artifactId>
Expand All @@ -26,7 +26,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.3</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
22 changes: 16 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>andhow-parent</artifactId>
<groupId>yarnandtail</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>pom</packaging>
<name>AndHow Parent Project</name>
<description>
Expand All @@ -31,12 +31,22 @@

<licenses>
<license>
<name>Public Domain</name>
<url>http://en.wikipedia.org/wiki/Public_domain_software</url>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<comments>
All work of the US Government enter into the Public Domain within
the United States. Whether that work is public domain outside of
the United States depends on various factors.
Copyright 2016 Eric Everman

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
</comments>
</license>
</licenses>
Expand Down

0 comments on commit 380e7e1

Please sign in to comment.