Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pepper-2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
korpling-Server committed Jul 30, 2015
1 parent d3003d2 commit 5f0c48d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pepper-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.hu_berlin.german.korpling.saltnpepper</groupId>
<artifactId>pepper</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<scm>
Expand Down
2 changes: 1 addition & 1 deletion pepper-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.hu_berlin.german.korpling.saltnpepper</groupId>
<artifactId>pepper</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<repositories>
Expand Down
7 changes: 3 additions & 4 deletions pepper-parentModule/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?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">
<parent>
<groupId>de.hu_berlin.german.korpling.saltnpepper</groupId>
<artifactId>pepper</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -17,7 +16,7 @@
to project's version, since then the version of the Pepper dependency in
the Pepper module is set to the Pepper module's version. -->
<!-- <pepper.version>[1.0.0,2.0.0)</pepper.version> -->
<pepper.version>2.1.2-SNAPSHOT</pepper.version>
<pepper.version>2.1.2</pepper.version>
<component.descriptor.name>serviceComponents.xml</component.descriptor.name>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pepper-sampleModules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<parent>
<groupId>de.hu_berlin.german.korpling.saltnpepper</groupId>
<artifactId>pepper-parentModule</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
<relativePath>../pepper-parentModule/pom.xml</relativePath>
</parent>
<description>This project provides three sample modules for Pepper. It provides an importer, an exporter and a manipulator. The project can be used as a container for creating new PepperModules. One just have to override the areas marked with TODO.</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.hu_berlin.german.korpling.saltnpepper</groupId>
<artifactId>pepper</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
<packaging>pom</packaging>
<modules>
<module>pepper-framework</module>
Expand Down

0 comments on commit 5f0c48d

Please sign in to comment.