Skip to content

Commit

Permalink
Version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataygurturk committed Apr 19, 2016
1 parent 45183cd commit 607e7d8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The configuration values should be present under maven plugin's configuration.
<plugin>
<groupId>org.lambadaframework</groupId>
<artifactId>maven-plugin</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
<configuration>
...
<!-- Configuration options -->
Expand Down
2 changes: 1 addition & 1 deletion jax-rs-extractor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.lambadaframework</groupId>
<artifactId>lambada</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>
<artifactId>jax-rs-extractor</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class JAXRSParserTest {
@Test
public void testScanJar() throws Exception {
JAXRSParser parser = new JAXRSParser().withJarFile(
"../stub-handlers/target/stub-handlers-0.0.3.jar",
"../stub-handlers/target/stub-handlers-0.0.4.jar",
"org.lambadaframework");
List<Resource> resourceList = parser.scan();
assertTrue(resourceList.size() > 0);
Expand Down
2 changes: 1 addition & 1 deletion lambada-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.lambadaframework</groupId>
<artifactId>lambada</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>

<artifactId>lambada-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lambada</artifactId>
<groupId>org.lambadaframework</groupId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Log support</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.lambadaframework</groupId>
<artifactId>lambada</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.lambadaframework</groupId>
<artifactId>lambada</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>
<artifactId>runtime</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion stub-handlers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lambada</artifactId>
<groupId>org.lambadaframework</groupId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>
<name>Stub Handlers for Tests</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion wagon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lambada</artifactId>
<groupId>org.lambadaframework</groupId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>S3 Wagon</name>
Expand Down

0 comments on commit 607e7d8

Please sign in to comment.