Skip to content

Commit 66de03e

Browse files
committed
Release 1.0.0
1 parent beaffaf commit 66de03e

File tree

6 files changed

+17
-48
lines changed

6 files changed

+17
-48
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
types: [created]
55
jobs:
66
publish:
7-
runs-on: ubuntu-latest
8-
permissions:
7+
runs-on: ubuntu-latest
8+
permissions:
99
contents: read
10-
packages: write
10+
packages: write
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-java@v2
@@ -17,4 +17,4 @@ jobs:
1717
- name: Publish package
1818
run: mvn --batch-mode deploy
1919
env:
20-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

kobuka-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kobuka</artifactId>
77
<groupId>org.swisspush</groupId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

kobuka-gen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kobuka</artifactId>
77
<groupId>org.swisspush</groupId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

kobuka-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kobuka</artifactId>
77
<groupId>org.swisspush</groupId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.swisspush</groupId>
88
<artifactId>kobuka</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>1.0.0</version>
1111

1212
<build>
1313
<plugins>
@@ -57,4 +57,12 @@
5757
<properties>
5858
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5959
</properties>
60-
</project>
60+
61+
<distributionManagement>
62+
<repository>
63+
<id>github</id>
64+
<name>GitHub Packages</name>
65+
<url>https://maven.pkg.github.com/swisspush/kobuka</url>
66+
</repository>
67+
</distributionManagement>
68+
</project>

settings.xml

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)