Skip to content

Commit 9c28687

Browse files
committed
Merge branch 'nb110'
2 parents e234217 + f4ee0a4 commit 9c28687

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ oauth=*****************************
6565

6666
## GitHub OAuth Token
6767

68-
You can get a your OAuth token from the following: Settings > Applications > Personal access tokens > Generate new token
68+
You can get a your OAuth token from the following: Settings > Developer settings > Personal access tokens > Generate new token
6969

7070
- Check `repo`
7171
- Input token description

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.junichi11</groupId>
55
<artifactId>netbeans-github-issues</artifactId>
6-
<version>0.5.0</version>
6+
<version>0.5.1</version>
77
<packaging>nbm</packaging>
88
<build>
99
<plugins>
@@ -44,7 +44,7 @@
4444
<repository>
4545
<id>netbeans</id>
4646
<name>Repository hosting NetBeans modules</name>
47-
<url>http://bits.netbeans.org/nexus/content/groups/netbeans</url>
47+
<url>https://bits.netbeans.org/nexus/content/groups/netbeans</url>
4848
<snapshots>
4949
<enabled>false</enabled>
5050
</snapshots>

0 commit comments

Comments
 (0)