Skip to content

Commit

Permalink
[maven-release-plugin] prepare release bool-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Henning Schmiedehausen committed Jun 25, 2020
1 parent cea82f7 commit 97ce6db
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -23,7 +22,7 @@

<groupId>de.softwareforge</groupId>
<artifactId>bool</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<description>A simple boolean expression parser</description>
Expand Down Expand Up @@ -55,7 +54,7 @@
<connection>scm:git:ssh://github.com/hgschmie/bool.git</connection>
<developerConnection>scm:git:ssh://[email protected]/hgschmie/bool.git</developerConnection>
<url>https://github.com/hgschmie/bool</url>
<tag>HEAD</tag>
<tag>bool-1.0.0</tag>
</scm>


Expand Down

0 comments on commit 97ce6db

Please sign in to comment.