Skip to content

Commit

Permalink
[maven-release-plugin] prepare release scafa-1.0.0-alpha-3
Browse files Browse the repository at this point in the history
  • Loading branch information
apetrelli committed Jul 3, 2015
1 parent abadc39 commit b661d08
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -14,14 +14,14 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses />.
-->
<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.apetrelli.scafa</groupId>
<artifactId>scafa</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
<packaging>pom</packaging>
<name>Scafa - Parent project</name>
<description>Scafa: a universal non-caching proxy for the road warrior</description>
Expand All @@ -44,7 +44,7 @@
<url>scm:git:https://github.com/apetrelli/scafa</url>
<connection>scm:git:git://github.com/apetrelli/scafa.git</connection>
<developerConnection>scm:git:https://github.com/apetrelli/scafa.git</developerConnection>
<tag>HEAD</tag>
<tag>scafa-1.0.0-alpha-3</tag>
</scm>
<modules>
<module>scafa-server</module>
Expand Down
4 changes: 2 additions & 2 deletions scafa-assembly/pom.xml
Expand Up @@ -14,15 +14,15 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses />.
-->
<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>com.github.apetrelli.scafa</groupId>
<artifactId>scafa</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</parent>
<artifactId>scafa-assembly</artifactId>
<name>Scafa - Assembly project</name>
Expand Down
6 changes: 3 additions & 3 deletions scafa-headless/pom.xml
Expand Up @@ -14,15 +14,15 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses />.
-->
<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>com.github.apetrelli.scafa</groupId>
<artifactId>scafa</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</parent>
<artifactId>scafa-headless</artifactId>
<name>Scafa - Headless server</name>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.github.apetrelli.scafa</groupId>
<artifactId>scafa-server</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions scafa-jxtrayicon/pom.xml
Expand Up @@ -14,15 +14,15 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses />.
-->
<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>com.github.apetrelli.scafa</groupId>
<artifactId>scafa</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</parent>
<artifactId>scafa-jxtrayicon</artifactId>
<name>Scafa - JXTrayIcon</name>
Expand Down
4 changes: 2 additions & 2 deletions scafa-server/pom.xml
Expand Up @@ -14,7 +14,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses />.
-->
<!-- Scafa - Universal roadwarrior non-caching proxy Copyright (C) 2015 Antonio
Expand All @@ -31,7 +31,7 @@
<parent>
<groupId>com.github.apetrelli.scafa</groupId>
<artifactId>scafa</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</parent>
<artifactId>scafa-server</artifactId>
<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions scafa-systray/pom.xml
Expand Up @@ -14,15 +14,15 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses />.
-->
<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>com.github.apetrelli.scafa</groupId>
<artifactId>scafa</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</parent>
<artifactId>scafa-systray</artifactId>
<name>Scafa - SysTray management</name>
Expand All @@ -31,12 +31,12 @@
<dependency>
<groupId>com.github.apetrelli.scafa</groupId>
<artifactId>scafa-server</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</dependency>
<dependency>
<groupId>com.github.apetrelli.scafa</groupId>
<artifactId>scafa-jxtrayicon</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit b661d08

Please sign in to comment.