Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2017-12-31
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkosertic committed Dec 31, 2017
1 parent 20162c2 commit 6010cd8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
6 changes: 2 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>de.mirkosertic.bytecoder</groupId>
<artifactId>bytecoder-parent</artifactId>
<version>2017-12-31-SNAPSHOT</version>
<version>2017-12-31</version>
</parent>

<artifactId>bytecoder-core</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions integrationtest/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>de.mirkosertic.bytecoder</groupId>
<artifactId>bytecoder-parent</artifactId>
<version>2017-12-31-SNAPSHOT</version>
<version>2017-12-31</version>
</parent>

<artifactId>bytecoder-integrationtest</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions maven/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>de.mirkosertic.bytecoder</groupId>
<artifactId>bytecoder-parent</artifactId>
<version>2017-12-31-SNAPSHOT</version>
<version>2017-12-31</version>
</parent>

<artifactId>bytecoder-mavenplugin</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>de.mirkosertic.bytecoder</groupId>
<artifactId>bytecoder-parent</artifactId>
<version>2017-12-31-SNAPSHOT</version>
<version>2017-12-31</version>
<packaging>pom</packaging>
<name>Bytecoder Parent POM</name>
<description>Parent POM for Bytecoder</description>
Expand Down Expand Up @@ -37,7 +35,7 @@
<url>https://github.com/mirkosertic/Bytecoder</url>
<connection>scm:git:https://github.com/mirkosertic/Bytecoder.git</connection>
<developerConnection>scm:git:https://github.com/mirkosertic/Bytecoder.git</developerConnection>
<tag>HEAD</tag>
<tag>2017-12-31</tag>
</scm>

<modules>
Expand Down

0 comments on commit 6010cd8

Please sign in to comment.