Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.0.0-BETA1
Browse files Browse the repository at this point in the history
  • Loading branch information
ham1 committed Sep 26, 2018
1 parent f280d52 commit c9a2b72
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<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>com.github.frameworkium</groupId>
<artifactId>frameworkium-core</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-BETA1</version>
<name>frameworkium-core</name>
<description>
Frameworkium core code.
Expand All @@ -27,7 +25,7 @@
<connection>scm:git:git@github.com:frameworkium/frameworkium-core</connection>
<url>scm:git:git@github.com:frameworkium/frameworkium-core</url>
<developerConnection>scm:git:git@github.com:frameworkium/frameworkium-core</developerConnection>
<tag>HEAD</tag>
<tag>3.0.0-BETA1</tag>
</scm>
<issueManagement>
<system>github issues</system>
Expand Down Expand Up @@ -198,9 +196,9 @@
</dependency>
</dependencies>

<repositories/>
<repositories />

<pluginRepositories/>
<pluginRepositories />

<build>
<plugins>
Expand Down

0 comments on commit c9a2b72

Please sign in to comment.