Skip to content

Commit

Permalink
[maven-release-plugin] prepare release protostuff-compiler-2.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
kshchepanovskyi committed Sep 19, 2015
1 parent 96ce315 commit 46e3ad5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 21 deletions.
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:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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>io.protostuff</groupId>
<artifactId>protostuff-compiler</artifactId>
<version>2.0.0-prealpha4-SNAPSHOT</version>
<version>2.0.0-alpha1</version>
<packaging>pom</packaging>

<name>Protostuff Compiler - Parent</name>
Expand Down Expand Up @@ -162,7 +160,7 @@
<developerConnection>scm:git:[email protected]:protostuff/protostuff-compiler.git
</developerConnection>
<url>https://github.com/protostuff/protostuff-compiler</url>
<tag>HEAD</tag>
<tag>protostuff-compiler-2.0.0-alpha1</tag>
</scm>

</project>
6 changes: 2 additions & 4 deletions protostuff-cli/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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">
<parent>
<artifactId>protostuff-compiler</artifactId>
<groupId>io.protostuff</groupId>
<version>2.0.0-prealpha4-SNAPSHOT</version>
<version>2.0.0-alpha1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions protostuff-generator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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">
<parent>
<artifactId>protostuff-compiler</artifactId>
<groupId>io.protostuff</groupId>
<version>2.0.0-prealpha4-SNAPSHOT</version>
<version>2.0.0-alpha1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions protostuff-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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">
<parent>
<artifactId>protostuff-compiler</artifactId>
<groupId>io.protostuff</groupId>
<version>2.0.0-prealpha4-SNAPSHOT</version>
<version>2.0.0-alpha1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions protostuff-parser/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:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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>io.protostuff</groupId>
<artifactId>protostuff-compiler</artifactId>
<version>2.0.0-prealpha4-SNAPSHOT</version>
<version>2.0.0-alpha1</version>
</parent>
<artifactId>protostuff-parser</artifactId>
<name>Protostuff Compiler - Core</name>
Expand Down

0 comments on commit 46e3ad5

Please sign in to comment.