Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0-alpha-01
Browse files Browse the repository at this point in the history
  • Loading branch information
TadeasKriz committed Mar 19, 2014
1 parent ccbe0ab commit 862aa0b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 24 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.brightify.torch</groupId>
<artifactId>torch-parent</artifactId>
<version>1.0-alpha-01-SNAPSHOT</version>
<version>1.0-alpha-01</version>
<name>Torch - Android ORM framework</name>
<packaging>pom</packaging>
<url>http://github.com/brightify/torch</url>
Expand Down Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>org.brightify.torch</groupId>
<artifactId>torch-compiler-spi</artifactId>
<version>1.0-alpha-01-SNAPSHOT</version>
<version>1.0-alpha-01</version>
</dependency>
<dependency>
<groupId>org.brightify.torch</groupId>
Expand Down
6 changes: 2 additions & 4 deletions torch-api/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="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>
<artifactId>torch-parent</artifactId>
<groupId>org.brightify.torch</groupId>
<version>1.0-alpha-01-SNAPSHOT</version>
<version>1.0-alpha-01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>torch-api</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions torch-bridge/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="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>
<artifactId>torch-parent</artifactId>
<groupId>org.brightify.torch</groupId>
<version>1.0-alpha-01-SNAPSHOT</version>
<version>1.0-alpha-01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>torch-bridge</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions torch-compiler-spi/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="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>
<artifactId>torch-parent</artifactId>
<groupId>org.brightify.torch</groupId>
<version>1.0-alpha-01-SNAPSHOT</version>
<version>1.0-alpha-01</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions torch-compiler/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>
<parent>
<artifactId>torch-parent</artifactId>
<groupId>org.brightify.torch</groupId>
<version>1.0-alpha-01-SNAPSHOT</version>
<version>1.0-alpha-01</version>
</parent>

<artifactId>torch-compiler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion torch-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.brightify.torch</groupId>
<artifactId>torch-parent</artifactId>
<version>1.0-alpha-01-SNAPSHOT</version>
<version>1.0-alpha-01</version>
</parent>
<artifactId>torch-core</artifactId>

Expand Down
6 changes: 2 additions & 4 deletions torch-demo-todo/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="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>
<artifactId>torch-parent</artifactId>
<groupId>org.brightify.torch</groupId>
<version>1.0-alpha-01-SNAPSHOT</version>
<version>1.0-alpha-01</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion torch-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.brightify.torch</groupId>
<artifactId>torch-parent</artifactId>
<version>1.0-alpha-01-SNAPSHOT</version>
<version>1.0-alpha-01</version>
</parent>
<artifactId>torch-test</artifactId>
<packaging>apk</packaging>
Expand Down

0 comments on commit 862aa0b

Please sign in to comment.