Skip to content

Commit

Permalink
[maven-release-plugin] prepare release codice-itest-0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Codice Release Manager committed Sep 18, 2020
1 parent d65e387 commit 8c24b4f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ See the GNU Lesser General Public License for more details. A copy of the GNU Le
http://www.gnu.org/licenses/lgpl.html.
-->
<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>

<groupId>org.codice</groupId>
<artifactId>codice-itest</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>

<properties>
<spring.version>5.2.8.RELEASE</spring.version>
Expand All @@ -34,7 +32,7 @@ http://www.gnu.org/licenses/lgpl.html.
<url>https://github.com/codice/codice-itest</url>
<connection>scm:git:https://github.com/codice/codice-itest.git</connection>
<developerConnection>scm:git:https://github.com/codice/codice-itest.git</developerConnection>
<tag>HEAD</tag>
<tag>codice-itest-0.0.1</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 8c24b4f

Please sign in to comment.