Skip to content

Commit 0fa1610

Browse files
committed
[maven-release-plugin] rollback the release of main-reactor-1.0
1 parent 70f7a7e commit 0fa1610

File tree

7 files changed

+24
-15
lines changed

7 files changed

+24
-15
lines changed

generator-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.dinject</groupId>
66
<artifactId>webgen-core</artifactId>
7-
<version>1.20-SNAPSHOT</version>
7+
<version>1.19-SNAPSHOT</version>
88

99
<parent>
1010
<groupId>org.avaje</groupId>

generator-helidon/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.dinject</groupId>
66
<artifactId>helidon-generator</artifactId>
7-
<version>1.20-SNAPSHOT</version>
7+
<version>1.19-SNAPSHOT</version>
88

99
<parent>
1010
<groupId>org.avaje</groupId>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>io.dinject</groupId>
2929
<artifactId>webgen-core</artifactId>
30-
<version>1.20-SNAPSHOT</version>
30+
<version>1.19-SNAPSHOT</version>
3131
</dependency>
3232

3333
<!-- test dependencies -->

generator-javalin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.dinject</groupId>
66
<artifactId>javalin-generator</artifactId>
7-
<version>1.20-SNAPSHOT</version>
7+
<version>1.19-SNAPSHOT</version>
88

99
<parent>
1010
<groupId>org.avaje</groupId>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>io.dinject</groupId>
2929
<artifactId>webgen-core</artifactId>
30-
<version>1.20-SNAPSHOT</version>
30+
<version>1.19-SNAPSHOT</version>
3131
</dependency>
3232

3333
<!-- test dependencies -->

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
35
<modelVersion>4.0.0</modelVersion>
46

57
<groupId>io.dinject</groupId>
68
<artifactId>main-reactor</artifactId>
7-
<version>1.1-SNAPSHOT</version>
9+
<version>1.0</version>
810
<packaging>pom</packaging>
911

1012
<scm>

tests/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
35
<modelVersion>4.0.0</modelVersion>
46

57
<groupId>io.dinject</groupId>
68
<artifactId>tests-reactor</artifactId>
7-
<version>1.1-SNAPSHOT</version>
9+
<version>1.0</version>
810
<packaging>pom</packaging>
911

1012
<modules>

tests/test-helidon/pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
35
<modelVersion>4.0.0</modelVersion>
46

57
<groupId>org.example</groupId>
68
<artifactId>test-helidon</artifactId>
7-
<version>1.1-SNAPSHOT</version>
9+
<version>1.0</version>
810

911
<parent>
1012
<groupId>org.avaje</groupId>
@@ -62,7 +64,7 @@
6264
<dependency>
6365
<groupId>io.dinject</groupId>
6466
<artifactId>helidon-generator</artifactId>
65-
<version>1.20-SNAPSHOT</version>
67+
<version>1.19-SNAPSHOT</version>
6668
<scope>provided</scope>
6769
</dependency>
6870

tests/test-javalin/pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
35
<modelVersion>4.0.0</modelVersion>
46

57
<groupId>org.example</groupId>
68
<artifactId>test-javalin</artifactId>
7-
<version>1.1-SNAPSHOT</version>
9+
<version>1.0</version>
810

911
<parent>
1012
<groupId>org.avaje</groupId>
@@ -75,7 +77,7 @@
7577
<dependency>
7678
<groupId>io.dinject</groupId>
7779
<artifactId>javalin-generator</artifactId>
78-
<version>1.20-SNAPSHOT</version>
80+
<version>1.19-SNAPSHOT</version>
7981
<scope>provided</scope>
8082
</dependency>
8183

@@ -141,4 +143,5 @@
141143

142144
</plugins>
143145
</build>
146+
144147
</project>

0 commit comments

Comments
 (0)