Skip to content

Commit 50c2212

Browse files
committed
v1.6.8
1 parent 246903d commit 50c2212

File tree

96 files changed

+99
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+99
-99
lines changed

build/release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
mvn -pl '!modules/coverage-report' clean deploy -P sonatype-oss-release
44

5-
cd modules/jooby-bom
5+
# cd modules/jooby-bom
66

7-
groovy bom.groovy > pom.xml
7+
# groovy bom.groovy > pom.xml
88

99
# mvn -Dalpn-boot-version=$ALPN_VERSION clean deploy -P sonatype-oss-release
10-
mvn clean deploy -P sonatype-oss-release
10+
# mvn clean deploy -P sonatype-oss-release

jooby/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jooby</groupId>
88
<artifactId>jooby-project</artifactId>
9-
<version>1.6.7</version>
9+
<version>1.6.8</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/coverage-report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jooby</groupId>
77
<artifactId>modules</artifactId>
8-
<version>1.6.7</version>
8+
<version>1.6.8</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

modules/jooby-akka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jooby</groupId>
77
<artifactId>modules</artifactId>
8-
<version>1.6.7</version>
8+
<version>1.6.8</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

modules/jooby-apitool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>1.6.7</version>
9+
<version>1.6.8</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.jooby</groupId>
99
<artifactId>modules</artifactId>
10-
<version>1.6.7</version>
10+
<version>1.6.8</version>
1111
</parent>
1212

1313
<artifactId>jooby-archetype</artifactId>

modules/jooby-assets-autoprefixer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jooby</groupId>
77
<artifactId>modules</artifactId>
8-
<version>1.6.7</version>
8+
<version>1.6.8</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

modules/jooby-assets-babel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jooby</groupId>
77
<artifactId>modules</artifactId>
8-
<version>1.6.7</version>
8+
<version>1.6.8</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

modules/jooby-assets-clean-css/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jooby</groupId>
77
<artifactId>modules</artifactId>
8-
<version>1.6.7</version>
8+
<version>1.6.8</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

modules/jooby-assets-closure-compiler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jooby</groupId>
77
<artifactId>modules</artifactId>
8-
<version>1.6.7</version>
8+
<version>1.6.8</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)