Skip to content

Commit

Permalink
1.1.0.Final release.
Browse files Browse the repository at this point in the history
  • Loading branch information
chengfang committed Apr 22, 2015
1 parent 604775f commit 86d4640
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion jberet-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jberet</groupId>
<artifactId>jberet-parent</artifactId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>jberet-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jberet-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jberet</groupId>
<artifactId>jberet-parent</artifactId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>jberet-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jberet-jpa-repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>jberet-parent</artifactId>
<groupId>org.jberet</groupId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>jberet-jpa-repository</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jberet-se/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Cheng Fang - Initial API and implementation
<parent>
<groupId>org.jberet</groupId>
<artifactId>jberet-parent</artifactId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>jberet-se</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jberet-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jberet</groupId>
<artifactId>jberet-parent</artifactId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>jberet-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>org.jberet</groupId>
<artifactId>jberet-parent</artifactId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>

<name>jberet-parent</name>
<description>Impl of JSR 352: Batch Applications for the Java Platform</description>
Expand Down
2 changes: 1 addition & 1 deletion tck-porting-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>jberet-parent</artifactId>
<groupId>org.jberet</groupId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion test-apps/chunkClose/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.jberet.test-apps</groupId>
<artifactId>test-apps</artifactId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>chunkClose</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-apps/chunkPartition/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.jberet.test-apps</groupId>
<artifactId>test-apps</artifactId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>chunkPartition</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-apps/chunkSkipRetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jberet.test-apps</groupId>
<artifactId>test-apps</artifactId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>chunkSkipRetry</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-apps/chunkStop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.jberet.test-apps</groupId>
<artifactId>test-apps</artifactId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>chunkStop</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-apps/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jberet.test-apps</groupId>
<artifactId>test-apps</artifactId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-apps/flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jberet.test-apps</groupId>
<artifactId>test-apps</artifactId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>flow</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-apps/infinispanRepositoryFile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>test-apps</artifactId>
<groupId>org.jberet.test-apps</groupId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion test-apps/infinispanRepositoryJdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>test-apps</artifactId>
<groupId>org.jberet.test-apps</groupId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion test-apps/infinispanRepositoryLevelDB/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>test-apps</artifactId>
<groupId>org.jberet.test-apps</groupId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion test-apps/infinispanRepositoryMem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jberet.test-apps</groupId>
<artifactId>test-apps</artifactId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>infinispanRepositoryMem</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-apps/inheritance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>test-apps</artifactId>
<groupId>org.jberet.test-apps</groupId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>inheritance</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-apps/loadBatchXml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jberet.test-apps</groupId>
<artifactId>test-apps</artifactId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>loadBatchXml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-apps/loopback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jberet.test-apps</groupId>
<artifactId>test-apps</artifactId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>loopback</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>org.jberet</groupId>
<artifactId>jberet-parent</artifactId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<groupId>org.jberet.test-apps</groupId>
Expand Down
2 changes: 1 addition & 1 deletion test-apps/postConstruct/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.jberet.test-apps</groupId>
<artifactId>test-apps</artifactId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>postConstruct</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-apps/propertyInjection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jberet.test-apps</groupId>
<artifactId>test-apps</artifactId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>propertyInjection</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-apps/purgeInMemoryRepository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>test-apps</artifactId>
<groupId>org.jberet.test-apps</groupId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>purgeInMemoryRepository</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-apps/purgeJdbcRepository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>test-apps</artifactId>
<groupId>org.jberet.test-apps</groupId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>purgeJdbcRepository</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-apps/purgeMongoRepository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>test-apps</artifactId>
<groupId>org.jberet.test-apps</groupId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>purgeMongoRepository</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-apps/scripting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>test-apps</artifactId>
<groupId>org.jberet.test-apps</groupId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>scripting</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-apps/split/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jberet.test-apps</groupId>
<artifactId>test-apps</artifactId>
<version>1.1.0.Beta2-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>split</artifactId>
Expand Down

0 comments on commit 86d4640

Please sign in to comment.