Skip to content

Commit 473a99f

Browse files
author
vsilaev
committed
Reduce POM version (2.3 -> 2.2.1) to prepare bug-fix release
1 parent c8e9075 commit 473a99f

File tree

17 files changed

+35
-52
lines changed
  • net.tascalate.javaflow.api
  • net.tascalate.javaflow.examples-cdi-owb
  • net.tascalate.javaflow.examples-cdi-weld
  • net.tascalate.javaflow.examples-dyninvoke
  • net.tascalate.javaflow.examples
  • net.tascalate.javaflow.extras
  • net.tascalate.javaflow.providers.asm3
  • net.tascalate.javaflow.providers.asm4
  • net.tascalate.javaflow.providers.asm5
  • net.tascalate.javaflow.spi
  • net.tascalate.javaflow.tools.ant
  • net.tascalate.javaflow.tools.cdi-javaagent
  • net.tascalate.javaflow.tools.jar
  • net.tascalate.javaflow.tools.javaagent
  • net.tascalate.javaflow.tools.maven
  • net.tascalate.javaflow.utils

17 files changed

+35
-52
lines changed

net.tascalate.javaflow.api/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>net.tascalate.javaflow</groupId>
76
<artifactId>net.tascalate.javaflow.parent</artifactId>
8-
<version>2.3-SNAPSHOT</version>
7+
<version>2.2.1-SNAPSHOT</version>
98
<relativePath>../</relativePath>
109
</parent>
1110

net.tascalate.javaflow.examples-cdi-owb/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>net.tascalate.javaflow</groupId>
76
<artifactId>net.tascalate.javaflow.parent</artifactId>
8-
<version>2.3-SNAPSHOT</version>
7+
<version>2.2.1-SNAPSHOT</version>
98
<relativePath>../</relativePath>
109
</parent>
1110

net.tascalate.javaflow.examples-cdi-weld/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>net.tascalate.javaflow</groupId>
76
<artifactId>net.tascalate.javaflow.parent</artifactId>
8-
<version>2.3-SNAPSHOT</version>
7+
<version>2.2.1-SNAPSHOT</version>
98
<relativePath>../</relativePath>
109
</parent>
1110

net.tascalate.javaflow.examples-dyninvoke/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>net.tascalate.javaflow</groupId>
76
<artifactId>net.tascalate.javaflow.parent</artifactId>
8-
<version>2.3-SNAPSHOT</version>
7+
<version>2.2.1-SNAPSHOT</version>
98
<relativePath>../</relativePath>
109
</parent>
1110

net.tascalate.javaflow.examples/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>net.tascalate.javaflow</groupId>
76
<artifactId>net.tascalate.javaflow.parent</artifactId>
8-
<version>2.3-SNAPSHOT</version>
7+
<version>2.2.1-SNAPSHOT</version>
98
<relativePath>../</relativePath>
109
</parent>
1110

net.tascalate.javaflow.extras/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>net.tascalate.javaflow</groupId>
76
<artifactId>net.tascalate.javaflow.parent</artifactId>
8-
<version>2.3-SNAPSHOT</version>
7+
<version>2.2.1-SNAPSHOT</version>
98
<relativePath>../</relativePath>
109
</parent>
1110

net.tascalate.javaflow.providers.asm3/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>net.tascalate.javaflow</groupId>
76
<artifactId>net.tascalate.javaflow.parent</artifactId>
8-
<version>2.3-SNAPSHOT</version>
7+
<version>2.2.1-SNAPSHOT</version>
98
<relativePath>../</relativePath>
109
</parent>
1110

net.tascalate.javaflow.providers.asm4/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>net.tascalate.javaflow</groupId>
76
<artifactId>net.tascalate.javaflow.parent</artifactId>
8-
<version>2.3-SNAPSHOT</version>
7+
<version>2.2.1-SNAPSHOT</version>
98
<relativePath>../</relativePath>
109
</parent>
1110

net.tascalate.javaflow.providers.asm5/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>net.tascalate.javaflow</groupId>
76
<artifactId>net.tascalate.javaflow.parent</artifactId>
8-
<version>2.3-SNAPSHOT</version>
7+
<version>2.2.1-SNAPSHOT</version>
98
<relativePath>../</relativePath>
109
</parent>
1110

net.tascalate.javaflow.spi/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>net.tascalate.javaflow</groupId>
76
<artifactId>net.tascalate.javaflow.parent</artifactId>
8-
<version>2.3-SNAPSHOT</version>
7+
<version>2.2.1-SNAPSHOT</version>
98
<relativePath>../</relativePath>
109
</parent>
1110

0 commit comments

Comments
 (0)